@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('contract_design.edit'), 'name' => 'تصميمات العقود'],['link' => route('contract_design.edit'), 'name' => "تعديل تمصميم "]],['title'=> 'تعديل تصميم']]; @endphp @section('title', 'تعديل التصميم ') @section('content') @component('components.forms.formCard',['title' => 'تعديل تصميم ']) {!! Form::model($template,['route' => ['contract_design.update',$template],'method'=>'POST','files' => true]) !!} معلومات المدرسة
شعار المدرسة

شعار المدرسة

Blog Featured Image

الشعار المائي

Blog Featured Image
تعديل عودة
{!! Form::close() !!} @endcomponent @endsection