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