{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')

List of Website Notification

@foreach($notifications as $notify) @endforeach
# Notification Text Valid From Valid To Created At Action
{!! $notify['running_text'] !!} {{ date('d F Y', strtotime($notify['valid_from'])) }} {{ date('d F Y', strtotime($notify['valid_to'])) }} {{ date('d F Y', strtotime($notify['created_at'])) }}
{{-- --}} {{-- --}} @endsection