@extends('layouts/default')
{{-- Page title --}}
@section('title')
{{ $news->title ?? 'News_Item' }}
@parent
@stop
{{-- page level styles --}}
@section('header_styles')
@stop
{{-- breadcrumb --}}
@section('top')
-
Home
-
{{ $news->title ?? 'News_Item' }}
News Item
@stop
{{-- Page content --}}
@section('content')
@if($news->image)
 }})
@endif
Featured Authors
Recent News
@foreach($recentnews as $item)
-
@endforeach
@stop
{{-- page level scripts --}}
@section('footer_scripts')
@stop