@extends('admin.layout.main') @section('admin')
Full Name
{{ $contactInfo['name'] ?? 'N/A' }}
{{ $contactInfo['email'] ?? 'N/A' }}
Phone
{{ $contactInfo['phone'] ?? 'N/A' }}
Company
{{ $contactInfo['company'] ?? 'N/A' }}
Business Type
{{ $serviceRequest->businessType->name ?? 'N/A' }}
Business Model
{{ $serviceRequest->businessModel->name ?? 'N/A' }}
Branch
{{ $serviceRequest->branch->name ?? 'N/A' }}
{{ $service['name'] ?? 'Unnamed Service' }}
@if($service['description'] ?? false){{ Str::limit($service['description'], 80) }}
@endif{{ $serviceRequest->admin_notes }}