@extends('layouts.app') @section('styles') @endsection @section('content')
إدارة التسجيل
@if ($registrations) @foreach ($registrations as $registration) @endforeach @else @endif
الكلية الدفعة الفصل الدراسي بداية التسجيل نهاية التسجيل الاجراء
{{ $registration->college }} {{ $registration->batch }} {{ $registration->semester }} {{ $registration->start }} {{ $registration->end }}
{{ __('no-students') }}
الكلية الدفعة الفصل الدراسي بداية التسجيل نهاية التسجيل الاجراء
{{-- Modals --}} @endsection @section('scripts') {!! Toastr::message() !!} @endsection