@extends('frontend.layouts.app') @push('title') {{ $title }} @endpush @section('content') {{$title}} {{__('Home')}} {{$title}} @forelse ( $allNotice as $notice ) {{ date('M d, Y', strtotime($notice->created_at)) }} {{ $notice->title }} {{getSubText($notice->details, 300)}} @empty {{__('No Notice Found')}} @endforelse {{$allNotice->links()}} @endsection
{{ date('M d, Y', strtotime($notice->created_at)) }}
{{getSubText($notice->details, 300)}}
{{__('No Notice Found')}}