@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('coupons.index'), 'name' => "قسائم الخصم"],['link' => route('coupons.create'), 'name' => "اضافة قسيمة" ]],['title'=> 'اضافة قسيمة']]; @endphp @section('title', 'اضافة قسيمة خصم ') @section('vendor-style') @endsection @section('page-style') @endsection @section('content') @component('components.ui.validationErrors') @endcomponent @component('components.forms.formCard',['title' =>' اضافة قسيمة خصم' ]) {!! Form::open(['route' => 'coupons.store','method'=>'POST' , 'onsubmit' => 'showLoader()']) !!}
معلومات الصف
معلومات ولي الأمر @php if(old('guardian_id')) { $guardian = App\Models\User::where('id', old('guardian_id'))->get()->pluck('first_name','id'); } @endphp
معلومات القسيمة
مفعل
اضافة القسيمة عودة
{!! Form::close() !!} @endcomponent @endsection @section('vendor-script') @endsection @section('page-script') @endsection