@if($user->hasMeeting()) @push('styles_top') @endpush
{{ trans('update.please_pick_a_day_from_the_calendar_and_select_an_available_time_slot_you_will_be_redirected_to_the_meeting_booking_process') }}
@include('design_1.web.users.profile.tabs.reserveMeeting.top_stats')
@include('design_1.web.users.profile.tabs.reserveMeeting.calendar')
@include('design_1.web.users.profile.tabs.reserveMeeting.times', ['instructor' => $user])
@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