@extends('adminlte::page') @section('title', 'ユーザー編集') @section('content_header')

ユーザー編集

@stop @section('content')

ユーザー情報の編集

@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
line_notification_enabled) ? 'checked' : '' }}>
is_admin) ? 'checked' : '' }}>
@stop @section('css') @stop @section('js') @stop