@extends('layouts.app') @section('title', 'Profil - SIAKAD') @section('page-title', 'Profil Saya') @section('content')
{{ $user->email }}
{{ $user->role }}
{{ $user->created_at->format('d M Y') }}