@extends('admin.layout.master') @section('title', 'الإشعارات') @section('content')

الإشعارات

إنشاء جديد

@include('admin.layout.message')
@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif

الكل
اعضاء
@if ($errors->has('type')) {{ $errors->first('type') }} @endif

@if ($errors->has('users')) {{ $errors->first('users') }} @endif
@stop @section('scripts') @stop