@php $beforeAfterSection = $sections['before_after'] ?? null; @endphp @if ($beforeAfterSection) @php($section = $beforeAfterSection) @include('Website.partials._banner', ['page_title' => $beforeAfterSection->title ?: __('website.before_and_after')]) @endif

{{ $beforeAfterSection->name ?? __('website.before_and_after') }}

{{ $beforeAfterSection->title ?? __('website.before_and_after') }}

@forelse ($beforeAfters as $index => $item)
{{ __('website.before') }} {{ __('website.after') }}
@empty

{{ __('website.no_before_after_found') }}

@endforelse