@extends('admin.layouts.master-soyuz') @section('title',__('Shipping Coupan Setting')) @section('body') @component('admin.component.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Shipping Coupan') }} @endslot @slot('menu1') {{ __('Shipping Coupan') }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Shipping ') }} {{ __('Coupan') }}
{{csrf_field()}}


({{__("Choose status for your shipping coupan")}})
@endsection