@php
use Illuminate\Support\Carbon;
@endphp
@extends('user.layout.master')
@section('title', 'Notification')
@push('plugin-styles')
@endpush
@section('content')
Notifications
ID |
Date |
Time |
Title |
Description |
{{-- @foreach ($notifications as $notification) --}}
{{ $notification->id }} |
{{ $notification->current_date }} |
{{ $notification->current_time }} |
{{ $notification->title }} |
{{ $notification->description }} |
{{-- @endforeach --}}
@endsection
@push('plugin-scripts')
@endpush
@push('custom-scripts')
@endpush