@extends('admin.layouts.app')
@section('title', 'Admin Profile | Shortties')
@section('main')
Profile
@include('include.flash')
{{ $user->name }}
{{ $user->role->name ?? 'N/A' }}
-
-
-
Profile Details
Full Name
{{ $user->name }}
@endsection
@push('scripts')
@endpush