@php $type = $type ?? ''; $action = $type && $type == 'student' ? route('instructor.student.support') : route('instructor.ticket.reply'); @endphp {{ translate('support/reply') }}