@extends('web.include.master') @section('content')
{!! $content->description !!}
@php $i = 0; @endphp @foreach($faq as $faqs) @php $i++; @endphp

{!! $faqs->description !!}
@endforeach


@if($partnerList) @endif @endsection