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



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