@if(in_array("Add",$SendNotification ))
@endif
@if( count((array) $errors) > 0)
@foreach($errors->all() as $error)
@endif
@if(session()->has('error'))
@endif
{{ trans('labels.Error') }}:
{{ $error }}
@endforeach
@endif
@if(session()->has('message'))
{{ trans('labels.Successlabel') }}
{{ session()->get('message') }}{{ trans('labels.WarningLabel') }}
{{ session()->get('error') }}
@if(in_array("View",$SendNotification ))
Please contact with SuperAdmin
@endif