@extends('admin.layouts.master') @section('title', __('taxido::static.drivers.add_driver')) @section('content')
@method('POST') @csrf @include('taxido::admin.driver.fields')
@endsection