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

أضافة كود خصم

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