@forelse($applications as $app)
{{ $app->service ? $app->service->name_en : 'Service' }}
{{ $app->priority }}
Customer Profile
{{ $app->customer ? $app->customer->full_name_en : 'N/A' }}
Mobile: {{ $app->customer ? $app->customer->primary_mobile : 'N/A' }}
Stage: {{ $app->currentStage ? $app->currentStage->stage_name_en : 'Start Stage' }}
@if(!$app->assigned_user_id)
@else
Process Now
@endif
@empty
Your processing queue is currently clear! 🎉
@endforelse