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

{{ $page->title }}

@if(customCompute($notices)) @foreach($notices as $notice) @if($i <= 9)

{{ namesorting($notice->title, 45) }}

{{ date('d M Y', strtotime($notice->date)) }}

{{ namesorting($notice->notice, 140) }}

read more
@endif @endforeach @endif

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

@endsection