@if($user->hasMeeting())
@push('styles_top')
@endpush
@if(
!empty($instructorDiscounts) and
count($instructorDiscounts)
)
@include('design_1.web.instructor_discounts.cards', ['allDiscounts' => $instructorDiscounts, 'discountCardClassName' => "user-profile-discount-card mt-16"])
@endif
@if(!empty($userMeetingPackages) and $userMeetingPackages->isNotEmpty())
{{ trans('update.meeting_packages') }}
{{ trans('update.book_multiple_sessions_in_one_package') }}
@include('design_1.web.meeting_packages.components.cards.grids.index',['meetingPackages' => $userMeetingPackages, 'gridCardClassName' => "card-with-border col-12 col-md-6 col-lg-4 mt-12"])
@endif
@push('scripts_bottom2')
@endpush
@else
@include('design_1.panel.includes.no-result',[
'file_name' => 'profile_meeting.svg',
'title' => trans('update.user_profile_not_have_meeting'),
'hint' => trans('update.user_profile_not_have_meeting_hint'),
'extraClass' => 'mt-0',
])
@endif