@extends('admin.layouts.master') @section('title', 'All Notifications') @section('content')
@forelse($notifications as $notification) @empty No Notification @endforelse
@endsection @section('js') @endsection