@extends('site.layouts.app') @section('title',Request()->settings->settings_website) @section('custom_style')
@endsection @section('contents')
  • {{ date('l, d F Y') }}
@if($flash_news_all->count() > 0)
Breaking News
@foreach($flash_news_all as $flash_news) iteration != 1) style="margin-left: 15px;" @endif> {{ $flash_news->fnews_title }} @endforeach
@endif
@if($latest_news_all->count() > 0)

latest news

@foreach($latest_news_all as $latest_news)
  • {{ date('d M Y',strtotime($latest_news->news_date)) }}

{{ $latest_news->news_title }}

@endforeach
@endif @endsection @section('custom_script') @endsection