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