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