@extends('admin.layouts.master') @section('title','Edit Coupon - '.$coupan->coupanno) @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __('Edit Coupon') }}
@csrf {{ method_field('PUT') }}

show_to_users=="1" ? 'checked' : '' }} />
({{ __('If Choose Yes then Coupon Code shows to all users') }})



@endsection @section('script') @endsection