@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('years.index'), 'name' => "السنوات الدراسية "],['link' => route('years.periods.index',$year), 'name' => "$year->year_name" ]],['title'=> 'اضافة فترة سداد']]; @endphp @section('title', 'اضافة فترة طلب إلغاء تعاقد') @section('vendor-style') @endsection @section('page-style') @endsection @section('content') @component('components.forms.formCard',['title' => "اضافة فترة طلب إلغاء تعاقد للعام الدراسي : $year->year_name" ]) {!! Form::open(['route' => ['years.cancelContractPeriods.store',$year],'method'=>'POST' , 'onsubmit' => 'showLoader()']) !!} تفاصيل فترة السداد
مفعل
اضافة فنرة عودة
{!! Form::close() !!} @endcomponent @endsection @section('vendor-script') @endsection @section('page-script') @endsection