@if(session('success')) @endif
Reset
@if(auth()->check() && auth()->user()->hasRole('Admin')) @if(request('trashed') === 'only') View Active @else View Deleted @endif @endif Back to Customers
@if(request('trashed') === 'only')
Showing Soft Deleted Follow-ups.
@endif
@csrf
@forelse($followups as $followup) @empty @endforelse
# Inquiry No / Company Follow Up Date Status Created By Assign To Message Actions
{{ $loop->iteration + ($followups->currentPage() - 1) * $followups->perPage() }} {{ $followup->customer ? $followup->customer->company_name : '—' }}
{{ $followup->customer ? ($followup->customer->inquiry_no ?: '—') : '—' }}
{{ $followup->follow_up_date ? $followup->follow_up_date->format('d-M-Y') : '—' }}
{{ $followup->created_at ? $followup->created_at->format('d-M-Y h:i A') : '—' }}
@php $badgeClass = 'bg-secondary'; if ($followup->status === 'Completed') $badgeClass = 'bg-success'; elseif ($followup->status === 'Pending') $badgeClass = 'bg-warning text-dark'; elseif ($followup->status === 'In Progress') $badgeClass = 'bg-info text-white'; elseif ($followup->status === 'Cancelled') $badgeClass = 'bg-danger'; @endphp {{ $followup->status }} {{ $followup->creator ? $followup->creator->name : '—' }} @php $assignedNames = $followup->assignedUsers->pluck('name')->implode(', '); if (empty($assignedNames)) { $assignedNames = $followup->assignee ? $followup->assignee->name : ($followup->assign_by ?: '—'); } @endphp {{ $assignedNames }} {{ $followup->message }}
@if($followup->customer) @endif
No follow-ups found.
{{ $followups->links('pagination::bootstrap-5') }}
Customer Details
Company & Contact Info
Inquiry No:
Company Name:
Authorised Person:
Mobile No:
Email:
Designation:
Alt Person No:
Assign To:
Inquiry Source:
Category:
Industry:
Region:
GST No:
Location:
Address:

Requirement:

Contact Persons
# Name Phone Email Department
No contact persons added.
Product Inquiry Details
# Category Sub Category Product Qty
No products recorded.
Follow Up History
# Date Next Follow Up Status Created By Assign To Message
No follow-ups recorded yet.