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