@extends('layouts.app') @section('title', '新規') @section('content')

新規登録

@csrf @include('admin.terms._form', ['isEdit' => false])
@endsection