@php use Illuminate\Support\Carbon; @endphp @extends('user.layout.master') @section('title', 'Notification') @push('plugin-styles') @endpush @section('content')
{{-- Add Return Filing --}}

Notifications

@foreach ($notifications as $notification) @endforeach
ID Date Time Title Description
{{ $notification->id }} {{ $notification->current_date }} {{ $notification->current_time }} {{ $notification->title }} {{ $notification->description }}
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush