@extends('adminlte::page') @section('title', 'アカウント情報') @section('content_header')

アカウント情報

@stop @section('content')

アカウント情報

ユーザー名 {{ $user->name }}
メールアドレス {{ $user->email }}
管理者権限 {{ $user->role->name }}
@endsection