@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()']) !!}