@extends('admin.layouts.master') @section('title', 'إدارة جداول الحلقات - تعديل') @section('content')
@include('admin.partials.page-header', [ 'title' => 'إدارة جداول الحلقات - تعديل الجدول', 'breadcrumbs' => $breadcrumbs, ]) @include('admin.partials.alerts')
@csrf @method('PUT')
تحديث البيانات
#{{ $groupSchedule->id }}
@include('admin.group-schedules._form', ['groupSchedule' => $groupSchedule])
@endsection