@extends('layouts.master') @section('main_title', 'الاشعارات') @section('main_page', 'الاشعارات') @section('title', 'الاشعارات') @section('content')
{{--
--}}
Selected
Delete Selected
@csrf
الطلاب
{{ __('messages.select') }}
@foreach ($students as $value)
{{ $value->name }}
@endforeach
العنوان
*
الوصف
تاكيد
Loading...
@endsection @section('scripts') @include('dashboard.notifications.js.js') @endsection