@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
status == 1 ) checked @endif @endif value="1" > @if ($errors->has('status')) @endif
first_time == 1 ) checked @endif @endif value="1" > @if ($errors->has('first_time')) @endif
@if($data->days == 'custom')
من :
الي :
@else
@endif
{{-- Data list view end --}} @endsection @section('vendor-script') @endsection