@extends('adminlte::page') @section('title', 'アカウント一覧') @section('content_header')
編集 | パスワード変更 | ID | 名前 | メールアドレス | 権限 | 削除 |
---|---|---|---|---|---|---|
編集 | 変更 | {{ $user->id }} | {{ $user->name }} | {{ $user->email}} | {{ $user->role->name }} | @if($loginUser->id !== $user->id) {{ Form::open(['url' => url('user/'.$user->id), 'method' => 'DELETE', 'class' => 'no-magin']) }} {{ Form::close() }} @endif |