@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('years.index'), 'name' => "السنوات الدراسية "],['link' => route('years.show',$year), 'name' => "$year->year_name" ]],['title'=> 'تعديل فترة سداد']]; @endphp @section('title', 'تعديل فترة طلب انسحاب') @section('vendor-style') @endsection @section('page-style') @endsection @section('content') @component('components.forms.formCard',['title' => "تعديل فترة طلب انسحاب ($withdrawalPeriod->period_name) للعام الدراسي : $year->year_name" ]) {!! Form::model($withdrawalPeriod,['route' => ['years.withdrawalPeriods.update',[$year,$withdrawalPeriod]],'method'=>'PUT' , 'onsubmit' => 'showLoader()']) !!} تفاصيل فترة طلب انسحاب
مفعل
تعديل الفترة عودة
{!! Form::close() !!} @endcomponent @endsection @section('vendor-script') @endsection @section('page-script') @endsection