@extends('layouts.app') @section('content')

Client Details

Edit Back to List

Name: {{ $client->name ?? 'N/A' }}

Email: {{ $client->email ?? 'N/A' }}

Phone: {{ $client->phone ?? 'N/A' }}

Country: {{ $client->country ?? 'N/A' }}

Created: {{ $client->created_at ?? 'N/A' }}

Address: {{ $client->address ?? 'N/A' }}

@endsection