@extends('layouts.app') @section('title', '編集') @section('content')
{{-- 編集フォーム --}}
@csrf @include('admin.managers._form', ['isEdit' => true])
{{-- 削除フォーム --}}
{{-- /.card --}}
{{-- /.col-lg-12 --}}
{{-- /.row --}}
{{-- /.container-fluid --}}
@endsection