![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/clinic.corals.io/storage/framework/views/ |
<?php $__env->startSection('front-title'); ?> <?php echo e(__('messages.web.medical_doctors')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('front-content'); ?> <?php $styleCss = 'style'; ?> <div class="page-content bg-white"> <!-- Inner Banner --> <div class="banner-wraper"> <div class="page-banner" <?php echo e($styleCss); ?>="background-image:url('<?php echo e(asset('assets/front/images/banner/img1.jpg')); ?>');"> <div class="container"> <div class="page-banner-entry text-center"> <h1>Our Team</h1> <!-- Breadcrumb row --> <nav aria-label="breadcrumb" class="breadcrumb-row"> <ul class="breadcrumb"> <li class="breadcrumb-item"><a href="<?php echo e(url('/')); ?>"> <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-home"> <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path> <polyline points="9 22 9 12 15 12 15 22"></polyline> </svg> <?php echo e(__('messages.web.home')); ?></a></li> <li class="breadcrumb-item active" aria-current="page"><?php echo e(__('messages.our_team')); ?></li> </ul> </nav> </div> </div> <img class="pt-img1 animate-wave" src="<?php echo e(asset('assets/front/images/shap/wave-blue.png')); ?>" alt=""> <img class="pt-img2 animate2" src="<?php echo e(asset('assets/front/images/shap/circle-dots.png')); ?>" alt=""> <img class="pt-img3 animate-rotate" src="<?php echo e(asset('assets/front/images/shap/plus-blue.png')); ?>" alt=""> </div> <!-- Breadcrumb row END --> </div> <!-- Inner Banner end --> <!-- Team --> <section class="section-area section-sp1 team-wraper"> <div class="container"> <div class="row justify-content-center"> <?php $__currentLoopData = $doctors; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $doctor): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 col-sm-6 mb-30"> <div class="team-member h-100 d-flex flex-column"> <div class="team-media"> <img src="<?php echo e($doctor->user->profile_image); ?>" class="object-cover" alt=""> </div> <div class="team-info mb-3"> <div class="team-info-comntent"> <h4 class="title"><?php echo e($doctor->user->full_name); ?></h4> <span class="text-secondary"> <?php echo e($doctor->specializations->first()->name); ?> </span> </div> <ul class="social-media"> <?php if(!empty($doctor->twitter_url)): ?> <li> <a target="_blank" href="<?php echo e($doctor->twitter_url); ?>"><i class="fab fa-twitter"></i></a> </li> <?php endif; ?> <?php if(!empty($doctor->linkedin_url)): ?> <li> <a target="_blank" href="<?php echo e($doctor->linkedin_url); ?>"><i class="fab fa-linkedin"></i></a> </li> <?php endif; ?> <?php if(!empty($doctor->instagram_url)): ?> <li> <a target="_blank" href="<?php echo e($doctor->instagram_url); ?>"><i class="fab fa-instagram"></i></a> </li> <?php endif; ?> </ul> </div> <div class="mt-auto"> <a href="<?php echo e(route('doctorBookAppointment',$doctor->id)); ?>" class="btn btn-primary shadow d-xl-inline-block d-sm-flex d-inline-block align-items-center justify-content-between ps-sm-3 ps-2 py-1 pe-1"> <span><?php echo e(__('messages.web.book_an_appointment')); ?></span> <i class="btn-icon-bx fas fa-chevron-right my-0 ms-1 me-0"></i> </a> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <img class="pt-img1 animate1" src="<?php echo e(asset('assets/front/images/shap/trangle-orange.png')); ?>" alt=""> <img class="pt-img2 animate2" src="<?php echo e(asset('assets/front/images/shap/square-dots-orange.png')); ?>" alt=""> <img class="pt-img3 animate-rotate" src="<?php echo e(asset('assets/front/images/shap/line-circle-blue.png')); ?>" alt=""> <img class="pt-img4 animate-wave" src="<?php echo e(asset('assets/front/images/shap/wave-blue.png')); ?>" alt=""> <img class="pt-img5 animate-wave" src="<?php echo e(asset('assets/front/images/shap/circle-dots.png')); ?>" alt=""> </section> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('fronts.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/corals/clinic.corals.io/resources/views/fronts/medical_doctors.blade.php ENDPATH**/ ?>