{{-- resources/views/customer/agency/sections/about.blade.php --}}
@if($section->title)

{{ $section->title }}

@endif @if($section->subtitle)

{{ $section->subtitle }}

@endif @if($section->content)
{!! nl2br(e($section->content)) !!}
@endif @if($section->getConfig('features'))
    @foreach($section->getConfig('features') as $feature)
  • {{ $feature }}
  • @endforeach
@endif
@if($section->getConfig('image')) {{ $section->title }} @endif