JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "5afe5dca66c4bf946218264a16ba14d6.php"
Full Path: /home/ambitio2/public_html/storage/framework/views/5afe5dca66c4bf946218264a16ba14d6.php
File size: 3.16 KB
MIME-type: text/html
Charset: utf-8
<?php $__env->startPush('title', get_phrase('Booked schedules')); ?>
<?php $__env->startPush('meta'); ?><?php $__env->stopPush(); ?>
<?php $__env->startPush('css'); ?><?php $__env->stopPush(); ?>
<?php $__env->startSection('content'); ?>
<section class="wishlist-content">
<div class="profile-banner-area"></div>
<div class="container profile-banner-area-container">
<div class="row">
<?php echo $__env->make('frontend.default.student.left_sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<div class="col-lg-9">
<h4 class="g-title mb-5"><?php echo e(get_phrase('Booked schedules')); ?></h4>
<div class="my-panel purchase-history-panel">
<ul class="nav nav-pills mb-3 gap-4" id="pills-tab" role="tablist">
<li class="nav-item" role="presentation">
<a href="<?php echo e(route('my_bookings', ['tab' => 'live-upcoming'])); ?>" class="nav-link gradient-border-btn <?php echo e(request('tab') === 'live-upcoming' ? 'active' : ''); ?>">
Live & Upcoming
</a>
</li>
<li class="nav-item" role="presentation">
<a href="<?php echo e(route('my_bookings', ['tab' => 'archive'])); ?>" class="nav-link gradient-border-btn <?php echo e(request('tab') === 'archive' ? 'active' : ''); ?>">
Archive
</a>
</li>
</ul>
<div class="tab-content" id="pills-tabContent">
<div class="tab-pane fade <?php echo e(request('tab') === 'live-upcoming' ? 'show active' : ''); ?>" id="pills-live" role="tabpanel" aria-labelledby="pills-live-tab">
<?php echo $__env->make('frontend.default.student.my_bookings.live_and_upcoming', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="tab-pane fade <?php echo e(request('tab') === 'archive' ? 'show active' : ''); ?>" id="pills-archive" role="tabpanel" aria-labelledby="pills-archive-tab">
<?php echo $__env->make('frontend.default.student.my_bookings.archive', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!------------ purchase history area End ------------>
<?php $__env->stopSection(); ?>
<?php $__env->startPush('js'); ?><?php $__env->stopPush(); ?>
<?php echo $__env->make('layouts.default', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\Users\deart\Herd\academylmslaravel\resources\views/frontend/default/student/my_bookings/index.blade.php ENDPATH**/ ?>