@php $business = $call->assignment->business ?? null; $canStartCall = (int) $call->mystery_shopper_id === (int) auth()->id(); $startUrl = route('platform.voice.calls.start', $call->id); $historyUrl = route('platform.voice.calls.history', $call->id); @endphp Calling Start a recorded call to {{ $business->phone ?? 'the business number' }}. Completing a call does not submit this assessment. @if($canStartCall) Start Call @endif