@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('coupons.index'), 'name' => "قسائم الخصم"],['link' => route('coupons.edit',$coupon), 'name' => "مشاهدة قسيمة $coupon->code" ]],['title'=> 'مشاهدة قسيمة']]; @endphp @section('title', 'مشاهدة قسيمة خصم ') @section('vendor-style') @endsection @section('page-style') @endsection @section('content') @component('components.forms.formCard',['title' =>" مشاهدة قسيمة الخصم ($coupon->code)" ]) {!! Form::model($coupon, ['method' => 'PUT', 'onsubmit' => 'showLoader()','route' => ['coupons.update', $coupon->id]]) !!}
@if(isset($couponChecker)) تفاصيل تخصيص القسيمة
نوع تخصيص القيمة : {{\App\Models\CouponChecker::CheckerTypes[$couponChecker->checker_data['checker_type']]}}
@if(isset($level))
@endif @if(isset($parent))
@if(isset($student))
@endif
@if(isset($application))
@endif
@endif
checker_data['contract_flag'] || $flag_all ? 'checked':''}} name="contract_flag" type="checkbox">
checker_data['transfer_request_flag'] || $flag_all ? 'checked':''}} name="transfer_request_flag" type="checkbox">
checker_data['debt_flag']|| $flag_all ? 'checked':''}} name="debt_flag" type="checkbox">
@endif معلومات القسيمة
مفعل
عودة
{!! Form::close() !!} @endcomponent @endsection @section('vendor-script') @endsection @section('page-script') @endsection