@extends('layouts.app') @php $breadcrumbItems = [ ['label' => 'Trang cá nhân', 'url' => ''], ['label' => 'Xem trang cá nhân'] ]; @endphp @push('css') @endpush @section('content') @include('layouts.header')
{{ auth()->user()->email ?? 'example@example.com' }}