@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('years.index'), 'name' => "السنوات الدراسية"],['name' => 'مشاهدة']],['title'=> 'مشاهدة السنة الدراسية']]; @endphp @section('title', sprintf('مشاهدة معلومات العام الدراسي : %s | %s',$year->id , $year->year_name)) @section('content') @section('vendor-style') @endsection @section('page-style') @endsection @component('components.forms.formCard',['title' => sprintf('مشاهدة السنة الدراسية رقم : %s - %s',$year->id , $year->year_name)]) {{ Form::model($year,['route' => ['years.update',$year->id],'method'=> 'PUT' , 'class' => 'row','id' => 'adminform' , 'onsubmit' => 'showLoader()']) }} معلومات السنة الدراسية
متاح للتقديم
العام الدراسي الحالي
اعدادات خطة السداد (تقسيط)
عودة
{!! Form::close() !!} @endcomponent @endsection @section('vendor-script') @endsection @section('page-script') @endsection