@extends('admin.layouts.master-soyuz') @section('title',__('Shipping Charge Settings |')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Shipping Charge Create') }} @endslot @slot('menu2') {{ __("Shipping Charge Create") }} @endslot​ @endcomponent
@if ($errors->any()) @endif
{{ __('Create') }} {{ __('Shipping Charge') }}
{{csrf_field()}}
{{--
--}} {{--
--}} {{----}} {{----}} {{--
--}} {{--
--}}
@endsection