@php $coupon_details = App\Models\Coupon::where('id', $id)->first(); @endphp
@csrf
{{ get_phrase('Code') }}
{{ get_phrase('Discount (%)') }}
{{ get_phrase('Expiry') }}
{{ get_phrase('Status') }}
{{ get_phrase('Choose status ...') }}
status == 1) selected @endif >{{ get_phrase('Active') }}
status == 0) selected @endif >{{ get_phrase('Inactive') }}
{{ get_phrase('Update coupon') }}