@extends('layout.layout') @section('content')
個人資料
@include('user::component.user-data', ['user' => $user,'roles' => $roles])
@if($user->auth === 'database') 修改密碼 編輯 @endif
@endsection