/home/techb158/ileadtechnology.com/resources/views/admin/coupan
NameSizeModeActions
add.blade.php113470644editdlrm
edit.blade.php127810644editdlrm
index.blade.php47850644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/admin/coupan/edit.blade.php (12781B)
@extends("admin/layouts.master") @section('title', 'Edit Coupon ') @section('body') @php $currency = App\Currency::first(); @endphp
{{ __('adminstaticword.Edit') }} {{ __('adminstaticword.Coupon') }}: {{ $coupan->code }}
@csrf {{ method_field('PUT') }}



@php $currency = App\Currency::first(); @endphp
show_to_users=="1" ? 'checked' : '' }}> (If Choose Yes then Coupon Code shows to all users)
@endsection @section('scripts') @endsection