@extends('app') @section('content') @if(Session::has('flash_message'))
{!! Session::get('flash_message') !!}
@endif
@if(Auth::user()->hasPermission('notificationshistory-destroy')) حذف @endif
أرشيف رسائل التنبيه
@if(Auth::user()->hasPermission('notificationshistory-destroy')) @else @endif
# نص الرسالة المصدر الأجهزة إلى عدد المستلمين إرسلت من قبل


{!! Form::open(['method' => 'POST','class' => 'inline','id'=> 'bulkaction']) !!} {!! Form::close() !!} @endsection @section('page_script') @endsection