@extends('layouts.app') @section('title', '新規') @section('content')
@csrf @include('admin.tax._form', ['isEdit' => false])
@endsection