@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('appointments.sections.index'), 'name' => "اقسام المقابلات"]],['title'=> 'اقسام المقابلات']]; @endphp @section('title', 'ادارة اقسام المقابلات') @section('content') اقسام المقابلات قائمة اقسام المقابلات .. يمكن لأولياء الأمور اختيار احد اقسام المقابلات المفعلة اثناء دفع الرسوم الدراسية .. اضافة قسم كود اسم قسم المقابلات اقصي موعد خلال الاجراءات @foreach ($sections as $key => $section) {{ $section->id }} {{ $section->section_name }} {{ $section->max_day_to_reservation }} يوم @can('appointments-list') @endcan @can('appointments-edit') @endcan @can('appointments-delete') @endcan @can('appointments-list') مكاتب القسم @endcan @endforeach @endsection