@extends('layouts/contentLayoutMaster') @section('title', 'أكواد الخصم') @section('vendor-style') @endsection @section('content') أضافة كود خصم @csrf اسم الخصم * @if ($errors->has('code')) {{ $errors->first('name') }} @endif كود الخصم * @if ($errors->has('code')) {{ $errors->first('code') }} @endif النوع * خصم كاش باك @if ($errors->has('kind')) {{ $errors->first('kind') }} @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('max_usage_for_user')) {{ $errors->first('max_usage_for_user') }} @endif تاريخ انتهاء الخصم" * @if ($errors->has('expired_date')) {{ $errors->first('expired_date') }} @endif أختر الخدمة @foreach($packages as $package) {{$package->name_ar}} @endforeach @if ($errors->has('type')) {{ $errors->first('type') }} @endif أختر الأشتراك @foreach($subscriptions as $subscription) {{$subscription->name_ar}} @endforeach @if ($errors->has('subscriptions')) {{ $errors->first('subscriptions') }} @endif أختر المحطة @foreach($zones as $zone) {{$zone->name}} @endforeach @if ($errors->has('type')) {{ $errors->first('type') }} @endif الايام كل الايام ايام معينه @if ($errors->has('days')) {{ $errors->first('days') }} @endif الأستخدام لأول طلب مكتمل فقط @if ($errors->has('first_time')) {{ $errors->first('first_time') }} @endif مفعل @if ($errors->has('status')) {{ $errors->first('status') }} @endif اضافة يوم اضافة {{-- Data list view end --}} @endsection @section('vendor-script') @endsection