@extends('admin.layouts.master') @section('title', __('taxido::static.documents.add_document')) @section('content')
@csrf @include('taxido::admin.document.fields')
@endsection