@extends('front.app') @section('banner_slider')
 

{{ $pagetitle }}

{{ $post_excerpt }}

@stop @section('page_css') @stop @section('content')
 
@if(isset($latest_news) && count($latest_news)>0) @foreach($latest_news as $news)

{{ $news->post_title }}

{!! $news->post_content !!}
@endforeach @else

Currently no latest new found. Please check back later.

@endif
 
@endsection @section('page_js') @stop