@extends('back.layouts.app', ['title' => FindInsettingArr('business_name') . ' | Dashboard'])
@section('beforeHeadClose')
@endsection
@section('content')
@foreach ($news as $newsItem)
-
{{ date('d F', strtotime($newsItem->dated)) . ':' }} {{ $newsItem->title }}
link . '"' }})">Read
More
{{ 'Unread' }}
{{ 'Read' }}
@endforeach
{{ $news->links() }}
@endsection
@section('beforeBodyClose')
@endsection