@extends('admin.layouts.app') @section('title', 'User Profile | Shortties') @section('main')

Profile

Profile

{{ $user->name }}

{{ $user->role->name ?? 'N/A' }}

Profile Details
Full Name
{{ $user->name }}
Email
{{ $user->email }}
Phone Number
{{ $user->phone }}
Privacy
{{ $user->privacy ?? 'N/A' }}
Bio
{{ $user->bio }}
@csrf @method('PUT')
Profile
Privacy
@csrf
@endsection @push('scripts') @endpush