@extends('layouts/contentLayoutMaster') @section('title', 'أكواد الخصم') @section('vendor-style') @endsection @section('content')

أضافة كود خصم

@csrf
كود الخصم *
@if ($errors->has('code')) @endif
@if ($errors->has('type')) @endif
الخصم *
@if ($errors->has('discount')) @endif
الحد الأقصي للاستخدام *
@if ($errors->has('max_usage')) @endif
تاريخ انتهاء الخصم" *
@if ($errors->has('expired_date')) @endif
@if ($errors->has('status')) @endif
{{-- Data list view end --}} @endsection @section('vendor-script') @endsection