@extends('layouts/contentLayoutMaster') @section('title', 'أكواد الخصم') @section('vendor-style') @endsection @section('content') أضافة كود خصم @csrf كود الخصم * @if ($errors->has('code')) {{ $errors->first('code') }} @endif نوع الخصم * نسبة قيمة @if ($errors->has('type')) {{ $errors->first('type') }} @endif الخصم * @if ($errors->has('discount')) {{ $errors->first('discount') }} @endif الحد الأقصي للاستخدام * @if ($errors->has('max_usage')) {{ $errors->first('max_usage') }} @endif تاريخ انتهاء الخصم" * @if ($errors->has('expired_date')) {{ $errors->first('expired_date') }} @endif مفعل @if ($errors->has('status')) {{ $errors->first('status') }} @endif اضافة {{-- Data list view end --}} @endsection @section('vendor-script') @endsection