@extends('layouts.frontend') @section('title', $pageTitles['page_title']) @section('content')
@foreach($news as $new)
Posted on: {{date('d-M-Y',strtotime($new->posted_date))}} | {{$new->posted_time}}
@endforeach
@include('slices.frontend.latest_news')
@include('slices.frontend.useful_downloads')
@include('slices.frontend.other-information-links')
@stop