@extends('layouts.app') @section('title', '編集') @section('content')
{{-- 編集フォーム --}}
@csrf @include('admin.terms._form', ['isEdit' => true])
@endsection