{{-- Lead Tickets Tab Usage: @include('admin.leads.partials.tickets_tab', ['leadId' => $leadId]) --}} @php $ticketLeadDisplayName = ''; if (isset($lead)) { $ticketLeadDisplayName = trim($lead->dba ?? '') ?: trim(($lead->first_name ?? '') . ' ' . ($lead->last_name ?? '')); } $helpdeskTicketTypes = \App\Models\Masters\MasterHelpdeskTicketType::where('company_id', \Illuminate\Support\Facades\Auth::user()->company_id) ->where('status', 1) ->orderBy('display_order') ->get(); @endphp
| ID | Created | Subject | Due | Files | Status | Type | Priority | Assigned | Last Comment | Age | Modified |
|---|
There are no results in this table.
You can try expanding your search terms or changing the filters.