JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "3994e9ef1127f3ccb13064086c4a8cab.php"
Full Path: /home/ambitio2/public_html/storage/framework/views/3994e9ef1127f3ccb13064086c4a8cab.php
File size: 4.86 KB
MIME-type: text/html
Charset: utf-8
<div class="row">
<div class="col-md-12">
<?php if($archive_list->count() > 0): ?>
<div class="admin-tInfo-pagi d-flex justify-content-md-between justify-content-center align-items-center gr-15 flex-wrap">
<p class="admin-tInfo">
<?php echo e(get_phrase('Showing') . ' ' . count($archive_list) . ' ' . get_phrase('of') . ' ' . $archive_list->total() . ' ' . get_phrase('data')); ?>
</p>
</div>
<div class="table-responsive package_list overflow-auto" id="package_list">
<table class="eTable eTable-2 print-table table">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col" class=""><?php echo e(get_phrase('Student Name')); ?></th>
<th scope="col" class="text-center"><?php echo e(get_phrase('Subject')); ?></th>
<th scope="col" class="text-center"><?php echo e(get_phrase('Paid Amount')); ?></th>
<th scope="col" class="text-center"><?php echo e(get_phrase('Time')); ?></th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $archive_list; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $booking): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<th scope="row">
<p class="row-number"><?php echo e(++$key); ?></p>
</th>
<td>
<div class="d-flex align-items-center">
<div class="ms-1 mt-1">
<h4 class="title fs-14px">
<a href="">
<?php echo e($booking->booking_to_student->name); ?>
</a>
</h4>
</div>
</div>
</td>
<td>
<div class="sub-title2 text-12px text-center">
<p>
<strong>
<?php echo e($booking->booking_to_schedule->schedule_to_tutorSubjects->name); ?>
</strong>
</p>
</div>
</td>
<td>
<div class="sub-title2 text-12px text-center">
<p>
<?php echo e($booking->booking_to_schedule->schedule_to_tutorCanteach->price); ?>
</p>
</div>
</td>
<td>
<div class="sub-title2 text-12px text-center">
<p>
<?php echo e(date('d M, Y', $booking->start_time)); ?>
</p>
<p>
<?php echo e(date('h:i a', $booking->start_time) . ' - ' . date('h:i a', $booking->end_time)); ?>
</p>
</div>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
</div>
<div class="admin-tInfo-pagi d-flex justify-content-md-between justify-content-center align-items-center gr-15 flex-wrap">
<p class="admin-tInfo">
<?php echo e(get_phrase('Showing') . ' ' . count($archive_list) . ' ' . get_phrase('of') . ' ' . $archive_list->total() . ' ' . get_phrase('data')); ?>
</p>
<?php echo e($archive_list->links()); ?>
</div>
<?php else: ?>
<?php echo $__env->make('instructor.no_data', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php endif; ?>
</div>
</div><?php /**PATH G:\Projects\academylmslaravel_running\resources\views/instructor/tutor_booking/archive.blade.php ENDPATH**/ ?>