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

{{ $page->title }}

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