@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