@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('fail'))
{{ Session::get('fail') }}
@endif

Notifications

{{-- --}} @foreach ($notifications as $notification) @endforeach
S.No Time Notification ActionFrom
{{$loop->iteration}} @if($notification->created_at) {{ \Carbon\Carbon::parse($notification->created_at)->format('d-m-Y h:i A') }} @else '' @endif {{$notification->notification}}

{!! $notifications->links() !!}
@endsection