@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.store',$year],'method'=>'POST' , 'onsubmit' => 'showLoader()']) !!} تفاصيل فترة طلب انسحاب
مفعل
عودة
{!! Form::close() !!} @endcomponent @endsection @section('vendor-script') @endsection @section('page-script') @endsection