@extends('layouts.app') @section('title', 'Client Request Details') @section('page-title', 'Client Request Details') @section('content')
{{ $clientRequest->customer_name }}
{{ $clientRequest->mobile }}
@if($clientRequest->email) {{ $clientRequest->email }} @else Not provided @endif
{{ $clientRequest->customer_type ?: 'Not specified' }}
{{ $clientRequest->connection_type ?: 'Not specified' }}
@if($clientRequest->package) {{ $clientRequest->package->name }} @if($clientRequest->package->price) (BDT{{ number_format($clientRequest->package->price, 2) }}) @endif @else No package selected @endif
{{ $clientRequest->address }}
Location coordinates not available
{{ $clientRequest->notes }}
No users assigned to this request
@endif#{{ $clientRequest->id }}
@if($clientRequest->creator) {{ $clientRequest->creator->name }} {{ $clientRequest->creator->email }} @else Unknown @endif
{{ $clientRequest->created_at->format('M d, Y h:i A') }}
{{ $clientRequest->updated_at->format('M d, Y h:i A') }}
{{ $clientRequest->live_ip }}
{{ $clientRequest->isp_name }}
No activities logged yet.