@extends('layouts.app') @section('content')
{{ $user->designation }}
{{ $user->branch->name ?? 'N/A' }}, {{ $user->region->name ?? 'N/A' }}
User: {{ $user->name }}
Total Enquiries: {{ $totalEnquiries }}
Filters will be applied to this data