@extends('admin.layout.main') @section('title',$header['title']) @section('content')
@foreach($data as $notificationEntity) @if(hasPermission('NOTIFICATION_TYPE','update')){ }@else{ }@endif @if(hasPermission('NOTIFICATION_TYPE','update')){ }@else{ }@endif @endforeach
Entity Entity Type Message Users Status
{{$notificationEntity->entity}} {{$notificationEntity->entity_type}} {{$notificationEntity->text}} status == "1" ? 'checked' : '' }}> status == "1" ? 'checked' : '' }} disabled>
@endsection @section('js') @append