{{ $section->title }}

@if(!empty(strip_tags($section->description)))
{!! $section->description !!}
@endif
@if($section->subContent)
@if(!empty($section->subTitle))

{{ $section->subTitle }}

@endif
{{ $section->subContent }}
{{ $section->subBottom }}
@endif @if(!empty($section->subtitle))
{{ $section->subtitle }}
@endif
@foreach($section->reps as $rep)

{{ $rep->name }}
{{ $rep->title }}
{{ $rep->phoneNo }}

@endforeach