Date | First Name | Last Name | Resolution | Status | Appt. Status | Sale Amount | Open |
---|---|---|---|---|---|---|---|
{{ date('m/d/Y', strtotime($ib_call->lastupdate)) }} | {{ $ib_call->fname }} | {{ $ib_call->lname }} | {{ $inbound_resolution_array[$ib_call->resolution] }} | @if($ib_call->call_to_action == "Completed") @else @endif | @if($ib_call->resolution == 1) @if(isset($sfu_calls_array[$ib_call->vin])) Completed @elseif(strtotime($ib_call->appoinment_date) < strtotime($today_date)) Pending @elseif(strtotime($ib_call->appoinment_date) > strtotime($today_date)) No Show @endif @endif | {{ $sale_amount }} | |
Total: | ${{ number_format($total_sale_amount, 2) }} |