@php $canReserve = false; if(!empty($instructor->meeting) and !$instructor->meeting->disabled and !empty($instructor->meeting->meetingTimes) and $instructor->meeting->meeting_times_count > 0) { $canReserve = true; } @endphp
{{ $instructor->full_name }} {{-- Rate --}}
{{ $instructor->rates() }}
@if($instructor->verified)
@endif
{{ truncate($instructor->full_name, 25) }}
{{ (!empty($instructor->bio)) ? truncate($instructor->bio, 29) : "" }}
@if($canReserve) @endif