@extends('admin.layouts.master') @section('title','Edit Coupon - '.$coupan->coupanno) @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __('Admin') }} @endslot @slot('menu2') {{ __(' Edit Coupon') }} @endslot @slot('button')
{{ __('Back') }}
@endslot @endcomponent
{{ __('Edit') }} {{ __('Coupon') }}
@csrf {{ method_field('PUT') }}




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