@layout('views/layouts/master') @section('content') @if(customCompute($sliders))
@foreach($sliders as $slider)
@endforeach
@endif

{{ $page->title }}

@if(!customCompute($featured_image))

{{ htmlspecialchars_decode($page->content) }}

@else
$featured_image->file_alt_text

{{ htmlspecialchars_decode($page->content) }}

@endif
@endsection