{{-- Read the $type that was passed from the route --}}
{{-- @php
$tool = isset($type) ? $type : request('type');
@endphp --}}
{{-- If the user clicked “TransferCall” --}}
@if ($tool['type'] === 'transferCall')
Update TransferCall Tool
{{-- If the user clicked “Google Calendar” --}}
@elseif($tool['type'] === 'googleCalendar')
Google Calendar
{{-- If the user clicked “Google Calendar Check Availability” --}}
@elseif($tool['type'] === 'googleSheet')