@extends('admin.layouts.master') @section('page-title') ارسال اشعارات للمستخدمين @endsection @push('main-user_notifications-active') m-menu__item--active @endpush @section('content')

ارسال اشعارات للمستخدمين

@if (session('Done')) @endif @if ($errors->any()) @endif
@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('body')) {{ $errors->first('body') }} @endif
@if ($errors->has('target_users')) {{ $errors->first('target_users') }} @endif
@if ($errors->has('users')) {{ $errors->first('users') }} @endif


@stop @push('page_level_script') @endpush