@layout('views/layouts/master')
@section('content')
@if(customCompute($sliders))
@foreach($sliders as $slider)
{{ sentenceMap(htmlspecialchars_decode($slider->file_title), 17, '', '') }}
{{ htmlspecialchars_decode($slider->file_description) }}
@endforeach
@endif
@if(customCompute($featured_image))