@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('contract_terms.index'), 'name' => 'شروط التعاقد'],['link' => route('contract_terms.create'), 'name' => "اضافة شروط "]],['title'=> 'اضافة شروط']]; @endphp @section('title', 'اضافة تصميم ') @section('page-style') {{-- --}} @endsection @section('content') @foreach (['danger', 'warning', 'success', 'info', 'secondary', 'primary', 'dark', 'light'] as $msg) @if(\Illuminate\Support\Facades\Session::has('alert-' . $msg)) @endif @endforeach @component('components.forms.formCard',['title' => 'اضافة تصميم تعاقد']) {!! Form::open(['route' => 'contract_terms.store','method'=>'POST' , 'onsubmit' => 'showLoader()','files' => true]) !!} معلومات التصميم

تعليمات: اذا اردت ان تترك مكان لقيمة متغيرة فيمكنك من خلال اضافة @ ثم اسم المتغير من خلال القائمة

{{-- --}}

صورة الخلفية

{{-- Blog Featured Image--}}
إفتراضي
تطبيق علي التعاقدات الحالية في حالة انه افتراضي
اضافة عودة
{!! Form::close() !!} @endcomponent @endsection