@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

اشعارات التطبيق

@can('alert-config') @endcan
@endsection @section('content')
@foreach ($notifies as $notify) @endforeach
# النوع التوقيت العنوان الرسالة صورة الصوت actions
{{ $notify->id }}
{{$notify->typeDetail()}} {{ $notify->created_at }} {{$notify->title}} {!! nl2br(e($notify->body)) !!} @can('configure-data') @endcan
@endsection @section('script') @endsection