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