/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/add.blade.php (11347B)
@extends("admin/layouts.master") @section('title', 'Add New Coupon') @section('body') @php $currency = App\Currency::first(); @endphp
{{ __('adminstaticword.Add') }} {{ __('adminstaticword.Coupon') }}
@csrf
@php $currency = App\Currency::first(); @endphp
(If Choose Yes then Coupon Code shows to all users)
@endsection @section('scripts') @endsection