@extends('admin.layouts.masterlayout') @section('title') Notification @endsection @section('head_title') Notification @endsection @section('content')
@if (authAdminUser()->can('notification.read')) Read All @endif
      @endsection @section('script') @endsection