@extends('layouts.app') @section('title', '消費税 編集') @section('content')
@csrf @include('admin.tax._form', [ 'tax' => $tax, 'isEdit' => true, 'isInfo' => false ])
@endsection