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