@extends('adminlte::page') @section('title', 'ユーザー一覧') @section('content_header')

ユーザー一覧

@stop @section('content')

ユーザー一覧

@foreach($users as $user) @endforeach
名前 メールアドレス LINE通知 通知設定 管理者 操作
{{ $user->name }} {{ $user->email }}
@csrf
通知設定
@csrf
編集
@csrf @method('DELETE')
@stop @section('css') @stop @section('js') @stop