@extends('app') @section('content') @if(Session::has('flash_message'))
{!! Session::get('flash_message') !!}
@endif

رسائل التنبيهات
{!! Form::open(['route' => 'pushnotifications.store','method' => 'POST','id'=>'push_form']) !!}
{!! Form::textarea('notification',null, ['class' => 'form-control textarea','required' => 'required','rows'=>3,'id'=>'notification_text']) !!} 190 @lang('common.char_count')
{!! Form::label('notification', 'نص رسالة التنبيه', ['class' => 'form-label label-b']) !!} *
@if(Auth::user()->hasPermission('pushnotifications-edit') || Auth::user()->hasPermission('pushnotifications-create'))
{!! Form::submit('إرسال', ['class' => 'btn btn-info']) !!}
@endif
{!! Form::close() !!}
{!! Form::open(['method' => 'POST','class' => 'inline','id'=> 'bulkaction' ]) !!} {!! Form::close() !!} @endsection @section('page_script') @endsection