@extends('layouts.app') @section('content')

[画面メニュー名]XXXXXX編集画面

@include('admin.users._form',['isEdit'=>0,'isInfo'=>0])
@endsection