@push('styles_top') @endpush
{{ trans('update.step') }} 1/2

{{ trans('update.meeting_time') }}

alarm_clock
{{ trans('update.pick_a_day_from_the_calendar_and_select_an_available_time_slot') }}
{{-- Stats --}} @include('design_1.web.users.meeting.includes.stats') @if($instructor->hasMeeting())
@include('design_1.web.users.meeting.includes.calendar')
@include('design_1.web.users.meeting.includes.times')
@else

{{ trans('update.user_profile_not_have_meeting') }}

{{ trans('update.user_profile_not_have_meeting_hint') }}

@endif @if(!empty($userMeetingPackages) and $userMeetingPackages->isNotEmpty()) @push('styles_top') @endpush @push('scripts_bottom') @endpush

{{ trans('update.meeting_packages') }} ({{ $userMeetingPackages->count() }})

{{ trans('update.book_multiple_sessions_in_one_package') }}

@include('design_1.web.meeting_packages.components.cards.grids.index',['meetingPackages' => $userMeetingPackages, 'gridCardClassName' => "card-with-border swiper-slide"])
@endif @push('scripts_bottom') @endpush