@extends('site.layouts.app')
@section('title',Request()->settings->settings_website)
@section('custom_style')
@endsection
@section('contents')
@if($flash_news_all->count() > 0)
@endif
@if($latest_news_all->count() > 0)
@foreach($latest_news_all as $latest_news)
-
{{ date('d M Y',strtotime($latest_news->news_date)) }}
@endforeach
@endif
@endsection
@section('custom_script')
@endsection