@extends('admin.account.show') @section('content')

Profile Details

{{ucfirst($user->name)}}
{{$user->email}}
{{$user->phone}}
{{ucfirst($user->physique->gender)}}
{{$user->physique->age}}
@endsection