@if (Session::has('success'))
@endsection
{{ Session::get('success') }}
@endif
@if (Session::has('fail'))
{{ Session::get('fail') }}
@endif
Notifications
S.No | Time | Sent By | Notification | {{--From | --}}
---|---|---|---|---|
{{$loop->iteration}} | @if($notification->created_at) {{ \Carbon\Carbon::parse($notification->created_at)->format('d-m-Y h:i A') }} @else '' @endif | {{$notification->sender_name}} | {{$notification->notification}} |
{!! $notifications->links() !!}