@extends('admin.layout.app') @section('title', 'Engineer Profile') @section('content')
{{ $user->email }}
{{ $user->phone ?? 'N/A' }}
@if($user->latestLocation) {{ $user->latestLocation->address_line }} {{ $user->latestLocation->city }} {{ $user->latestLocation->state }} {{ $user->latestLocation->postal_code }} {{ $user->latestLocation->country }} @else No address information available. @endif
No bank details provided.
@endif