@extends('customer.layouts.new-app') @section('title') Latest News @endsection @section('css') @endsection @section('content')
{{ $item->name }}
@if ($item->image != '')Posted {{ date('l jS \\of F Y', strtotime($item->created_at)) }}
@endif{{ $item->main_text }}
@endforeach @elseThere is currently nothing to see in this section.
@endif