@extends('admin.layouts.master') @section('title', __('taxido::static.dispatchers.add')) @section('content')
@method('POST') @csrf @include('taxido::admin.dispatcher.fields')
@endsection