@extends('web.layouts.container') @section('content') {{$pageTitle1}} {{$pageTitle2}} {!! $page[0]->description !!} @if(count($services)) @foreach($services as $service) {{wordLimit($service->name, 2)}} {{wordLimit($service->description, 6)}} @endforeach @endif {{$insurancePartnerTitle1}} {{$insurancePartnerTitle2}} {!! $insurancePartnerPage->description !!} @if(count($insurancePartners)) @foreach($insurancePartners as $insurancePartner) @endforeach @endif @endsection @section('inner_js') @endsection
{!! $page[0]->description !!}
{{wordLimit($service->description, 6)}}
{!! $insurancePartnerPage->description !!}