@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('parent.withdrawals.index'), 'name' => "الطلبات"],['name'=> 'طلبات الأنسحاب']],['title' => 'تعديل طلب الأنسحاب']]; @endphp @section('title', sprintf('تعديل الطلب رقم : %s | %s',$withdrawalApplication->id , $withdrawalApplication->student_name)) @section('vendor-style') @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content') @component('components.forms.formCard',['title' => sprintf('تعديل طلب الأنسحاب رقم : %s - %s',$withdrawalApplication->id , $withdrawalApplication->student_name)]) {{ Form::model($withdrawalApplication ,['route' => ['parent.withdrawals.update',$withdrawalApplication->id],'method'=> 'PUT' , 'class' => 'row','id' => 'adminform' , 'onsubmit' => 'showLoader()']) }}