@extends('layouts.app') @section('bread-crumb')

Notifications

@endsection @section('content')
@forelse ($notifications as $item) @empty
No notification found.
@endforelse @if ($notifications->total() > 0) @endif
@if ($item->type == 'comment') @else @endif
is_seen != 1) style="background-color: #e0ebeb" @endif>

{{$item->ref_no}}

{{$item->created_at}} {{$item->notification}}
{{ $notifications->links() }}
@endsection @section('script') @endsection