@extends('admin.layouts.master-soyuz') @section('title',__('Manage Shipping Coupan | ')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Shipping ') }} {{ __('Coupan') }}
{{csrf_field()}}


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