![]() 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/syn.corals.io/storage/framework/views/ |
<?php $__env->startSection('content_header'); ?> <?php $__env->startComponent('components.content_header'); ?> <?php $__env->slot('page_title'); ?> <?php echo e($title_singular); ?> <?php $__env->endSlot(); ?> <?php $__env->slot('breadcrumb'); ?> <?php echo e(Breadcrumbs::render('syndicate_pharmacist_show')); ?> <?php $__env->endSlot(); ?> <?php if (isset($__componentOriginal49aca921af2df6149c8fbbdc21f15941a7e3c98f)): ?> <?php $component = $__componentOriginal49aca921af2df6149c8fbbdc21f15941a7e3c98f; ?> <?php unset($__componentOriginal49aca921af2df6149c8fbbdc21f15941a7e3c98f); ?> <?php endif; ?> <?php echo $__env->renderComponent(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <?php $__env->startComponent('components.box'); ?> <div class="row"> <div class="col-md-12"> <?php $__env->startComponent('components.box',['box_class'=>'box-success']); ?> <ul class="nav nav-tabs" id="myTab" role="tablist"> <li class="nav-item"> <a class="nav-link active" id="data-tab" data-toggle="tab" href="#data" role="tab" aria-controls="data" aria-selected="true"><?php echo e(trans('Syndicate::attributes.user.data')); ?></a> </li> <li class="nav-item"> <a class="nav-link" id="insurance-tab" data-toggle="tab" href="#insurance" role="tab" aria-controls="insurance" aria-selected="false"><?php echo e(trans('Syndicate::attributes.insurance.info')); ?></a> </li> <li class="nav-item"> <a class="nav-link" id="beneficiary-tab" data-toggle="tab" href="#beneficiary" role="tab" aria-controls="beneficiary" aria-selected="false"><?php echo e(trans('Syndicate::attributes.beneficiary.info')); ?></a> </li> <li class="nav-item"> <a class="nav-link" id="council-tab" data-toggle="tab" href="#council" role="tab" aria-controls="council" aria-selected="false"><?php echo e(trans('Syndicate::attributes.council.info')); ?></a> </li> <li class="nav-item"> <a class="nav-link" id="review-tab" data-toggle="tab" href="#review" role="tab" aria-controls="review" aria-selected="false"><?php echo e(trans('Syndicate::attributes.view_payment.review')); ?></a> </li> <li class="nav-item"> <a class="nav-link" id="certificate-tab" data-toggle="tab" href="#certificate" role="tab" aria-controls="certificate" aria-selected="false"><?php echo e(trans('Syndicate::attributes.view_payment.certificate')); ?></a> </li> <li class="nav-item"> <a class="nav-link" id="loan-tab" data-toggle="tab" href="#loan" role="tab" aria-controls="loan" aria-selected="false"><?php echo e(trans('Syndicate::attributes.loan.title')); ?></a> </li> <li class="nav-item"> <a class="nav-link" id="trainee-tab" data-toggle="tab" href="#trainee" role="tab" aria-controls="trainee" aria-selected="false"><?php echo e(trans('Syndicate::attributes.trainee.title')); ?></a> </li> </ul> <div class="tab-content" id="myTabContent"> <div class="tab-pane fade show active" id="data" role="tabpanel" aria-labelledby="data-tab"> <div class="col-lg-12"> <div class="row"> <div class="col-md-3"> <img src="<?php echo e($pharmacist->picture_thumb); ?>" class="img-circle img-responsive" width="150" alt="User Picture"/> </div> </div> <div class="row"> <h6 class="text-info"> <?php echo e(trans('Syndicate::attributes.user.name_in_ar')); ?> </h6> </div> <div class="row"> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.first_name') . ": " . $pharmacist->name); ?> </p> </div> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.second_name') . ": " . $pharmacist->second_name); ?> </p> </div> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.third_name') . ": " .($pharmacist->third_name??'-')); ?> </p> </div> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.last_name') . ": " . $pharmacist->last_name); ?> </p> </div> </div> <div class="row"> <h6 class="text-info"> <?php echo e(trans('Syndicate::attributes.user.name_in_en')); ?> </h6> </div> <div class="row"> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.first_name') . ": " . ($pharmacist->getProperty('en_name')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.second_name') . ": " . ($pharmacist->getProperty('en_second_name')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.third_name') . ": " . ($pharmacist->getProperty('en_third_name')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.last_name') . ": " . ($pharmacist->getProperty('en_last_name')??'-')); ?> </p> </div> </div> <div class="row"> <h6 class="text-info"> <?php echo e(trans('Syndicate::attributes.user.name_in_he')); ?> </h6> </div> <div class="row"> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.first_name') . ": " . ($pharmacist->getProperty('he_name')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.second_name') . ": " . ($pharmacist->getProperty('he_second_name')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.third_name') . ": " . ($pharmacist->getProperty('he_third_name')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.last_name') . ": " . ($pharmacist->getProperty('he_last_name')??'-')); ?> </p> </div> </div> <div class="row"> <h6 class="text-info"> Personal Info </h6> </div> <div class="row"> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.email') . ": " . $pharmacist->email); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.phone') . ": " . ($pharmacist->phone_number)); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.mobile') . ": " . ($pharmacist->getProperty('mobile')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.city') . ": " . $pharmacist->present('city')); ?> </p> </div> </div> <div class="row"> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.district') . ": " . $pharmacist->present('district')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.exempt') . ": " . $pharmacist->present('exempt')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.religion') . ": " . $pharmacist->present('religion')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.passport') . ": " . $pharmacist->present('passport')); ?> </p> </div> </div> <div class="row"> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.birthday') . ": " . ($pharmacist->getProperty('birthday')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.register_date') . ": " . ($pharmacist->getProperty('register_date')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.gender') . ": " . $pharmacist->present('gender')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.relation_situation') . ": " . $pharmacist->present('situation')); ?> </p> </div> </div> <div class="row"> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.identify_number') . ": " . $pharmacist->id_number); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.status') . ": " . $pharmacist->present('status')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.is_chairman') . ": " . yesNoFormatter($pharmacist->is_chairman)); ?> </p> </div> </div> <div class="row"> <h6 class="text-info"> <?php echo e(trans('Syndicate::attributes.user.contact_info')); ?> </h6> </div> <div class="row"> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.address_home') . ": " . ($pharmacist->getProperty('address_home')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.address_work') . ": " . ($pharmacist->getProperty('address_work')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.mobile') . ": " . ($pharmacist->getProperty('mobile')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.work_phone') . ": " . ($pharmacist->getProperty('work_phone')??'-')); ?> </p> </div> </div> </div> </div> <div class="tab-pane fade" id="insurance" role="tabpanel" aria-labelledby="insurance-tab"> <table class="table table-sm" title="insurance"> <thead> <tr> <th><?php echo e(trans('Syndicate::attributes.insurance.name')); ?> </th> <th><?php echo e(trans('Syndicate::attributes.insurance.relation')); ?> </th> <th><?php echo e(trans('Syndicate::attributes.insurance.id_number')); ?> </th> <th><?php echo e(trans('Syndicate::attributes.insurance.date')); ?> </th> </tr> </thead> <tbody> <?php $__empty_1 = true; $__currentLoopData = $pharmacist->insuranceMembers; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $insuranceMember): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <tr> <td><?php echo e($insuranceMember->name); ?></td> <td><?php echo e($insuranceMember->relationship->value); ?></td> <td><?php echo e($insuranceMember->id_number); ?></td> <td><?php echo e($insuranceMember->birthdate); ?></td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <tr> <td colspan="4"><?php echo e(trans('Syndicate::attributes.user.empty')); ?></td> </tr> <?php endif; ?> </tbody> </table> </div> <div class="tab-pane fade" id="beneficiary" role="tabpanel" aria-labelledby="beneficiary-tab"> <table class="table table-sm" title="insurance"> <thead> <tr> <th><?php echo e(trans('Syndicate::attributes.beneficiary.name')); ?> </th> <th><?php echo e(trans('Syndicate::attributes.beneficiary.relation')); ?> </th> <th><?php echo e(trans('Syndicate::attributes.beneficiary.percentage')); ?> </th> </tr> </thead> <tbody> <?php $__empty_1 = true; $__currentLoopData = $pharmacist->beneficiaries; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $beneficiary): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <tr> <td><?php echo e($beneficiary->name); ?></td> <td><?php echo e($beneficiary->relationship->value); ?></td> <td><?php echo e($beneficiary->percentage); ?></td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <tr> <td colspan="3"><?php echo e(trans('Syndicate::attributes.user.empty')); ?></td> </tr> <?php endif; ?> </tbody> </table> </div> <div class="tab-pane fade" id="council" role="tabpanel" aria-labelledby="council-tab"> <table class="table table-sm" title="council"> <thead> <tr> <th><?php echo e(trans('Syndicate::attributes.council.penalty')); ?> </th> <th><?php echo e(trans('Syndicate::attributes.council.details')); ?> </th> <th><?php echo e(trans('Syndicate::attributes.council.date_of_council')); ?> </th> <th><?php echo e(trans('Syndicate::attributes.council.start_withdrawn_license')); ?> </th> <th><?php echo e(trans('Syndicate::attributes.council.end_withdrawn_license')); ?> </th> </tr> </thead> <tbody> <?php $__empty_1 = true; $__currentLoopData = $pharmacist->councils; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $councils): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <tr> <td><?php echo e($councils->penalty); ?></td> <td><?php echo e($councils->details); ?></td> <td><?php echo e($councils->date_of_council); ?></td> <td><?php echo e(optional($councils->certificateBan)->start_withdrawn_license); ?></td> <td><?php echo e(optional($councils->certificateBan)->end_withdrawn_license); ?></td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <tr> <td colspan="5"><?php echo e(trans('Syndicate::attributes.user.empty')); ?></td> </tr> <?php endif; ?> </tbody> </table> </div> <div class="tab-pane fade" id="review" role="tabpanel" aria-labelledby="review-tab"> <div class="row"> <div class="col-md-12"> <table class="table table-sm" title="fee"> <thead><title></title> <tr> <th style="color: #0da9ef"><?php echo e(trans('Syndicate::attributes.fee.type')); ?></th> <th><?php echo e(trans('Syndicate::attributes.fee.fee_subscription')); ?></th> <th><?php echo e(trans('Syndicate::attributes.fee.paying')); ?></th> <th><?php echo e(trans('Syndicate::attributes.fee.remaining')); ?></th> <th> <?php echo e(trans('Corals::attributes.created_at')); ?></th> <th><?php echo e(trans('Corals::labels.action')); ?> </th> </tr> </thead> <tbody> <?php $__empty_1 = true; $__currentLoopData = $pharmacist->fees; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $fee): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <tr> <td><?php echo e($fee->type->value); ?></td> <td><?php echo e($fee->due); ?></td> <td><?php echo e($fee->paid ??'-'); ?></td> <td><?php echo e(($fee->due - $fee->paid )); ?></td> <td><?php echo e(format_date($fee->created_at)); ?></td> <td colspan="5"> <?php echo ($fee->getActions(false, 'components.item_actions'))??''; ?> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <tr> <td colspan="5"><?php echo e(trans('Syndicate::attributes.user.empty')); ?></td> </tr> <?php endif; ?> </tbody> </table> </div> </div> </div> <div class="tab-pane fade" id="certificate" role="tabpanel" aria-labelledby="certificate-tab"> <div class="row"> <div class="col-md-12"> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('canPrintCertificate', $pharmacist)): ?> <div class="row"> <div class="col-md-8 mb-5"> <a href="<?php echo e(url('syndicate/pharmacists/'.$pharmacist->hashed_id.'/certificate-print/ar')); ?>" class="text-white btn btn-primary"> <?php echo e(trans('Syndicate::labels.print.ar')); ?></a> </div> </div> <?php endif; ?> <?php echo $__env->make('Syndicate::partials.certificateAr', ['pharmacist' => $pharmacist], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('canPrintCertificate', $pharmacist)): ?> <div class="row"> <div class="col-md-8 mt-5 mb-5"> <a href="<?php echo e(url('syndicate/pharmacists/'.$pharmacist->hashed_id.'/certificate-print/en')); ?>" class="text-white btn btn-primary"> <?php echo e(trans('Syndicate::labels.print.en')); ?></a> </div> </div> <?php endif; ?> <?php echo $__env->make('Syndicate::partials.certificateEn', ['pharmacist' => $pharmacist], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> </div> <div class="tab-pane fade" id="loan" role="tabpanel" aria-labelledby="loan-tab"> <div class="row"> <div class="col-md-8 mb-5"> <a href="<?php echo e(url('syndicate/pharmacists/'.$pharmacist->hashed_id.'/loans/create')); ?>" class="text-white btn btn-primary"> <?php echo e(trans('Syndicate::attributes.loan.create_loan')); ?></a> </div> </div> <table class="table table-sm" title="loan"> <thead> <tr> <th><?php echo e(trans('Syndicate::attributes.loan.amount')); ?> </th> <th><?php echo e(trans('Syndicate::attributes.loan.details')); ?> </th> <th><?php echo e(trans('Syndicate::attributes.loan.status')); ?> </th> <th><?php echo e(trans('Syndicate::attributes.loan.currency')); ?> </th> <th><?php echo e(trans('Corals::labels.action')); ?> </th> </tr> </thead> <tbody> <?php $__empty_1 = true; $__currentLoopData = $pharmacist->loans; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $loan): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <tr> <td><?php echo e($loan->amount); ?></td> <td><?php echo e($loan->details); ?></td> <td><?php echo e($loan->status); ?></td> <td><?php echo e($loan->currency->value); ?></td> <td> <?php echo ($loan->getActions(true, 'components.item_actions'))??''; ?> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <tr> <td colspan="4"><?php echo e(trans('Syndicate::attributes.user.empty')); ?></td> </tr> <?php endif; ?> </tbody> </table> </div> <div class="tab-pane fade" id="trainee" role="tabpanel" aria-labelledby="trainee-tab"> <div class="col-lg-12"> <div class="row"> <div class="col-md-3"> <img src="<?php echo e(($pharmacist->getProperty('trainee_data.picture_thumb')??'-')); ?>" class="img-circle img-responsive" width="150" alt="User Picture"/> </div> </div> <div class="row"> <h6 class="text-info"> <?php echo e(trans('Syndicate::attributes.user.name_in_ar')); ?> </h6> </div> <div class="row"> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.first_name') . ": " . ($pharmacist->getProperty('trainee_data.name')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.second_name') . ": " . ($pharmacist->getProperty('trainee_data.second_name')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.third_name') . ": " .($pharmacist->getProperty('trainee_data.third_name')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.last_name') . ": " .($pharmacist->getProperty('trainee_data.last_name')??'-')); ?> </p> </div> </div> <div class="row"> <h6 class="text-info"> <?php echo e(trans('Syndicate::attributes.user.name_in_en')); ?> </h6> </div> <div class="row"> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.first_name') . ": " . ($pharmacist->getProperty('trainee_data.properties.name.en.first')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.second_name') . ": " . ($pharmacist->getProperty('trainee_data.properties.name.en.second')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.third_name') . ": " . ($pharmacist->getProperty('trainee_data.properties.name.en.third')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.last_name') . ": " . ($pharmacist->getProperty('trainee_data.properties.name.en.last')??'-')); ?> </p> </div> </div> <div class="row"> <h6 class="text-info"> <?php echo e(trans('Syndicate::attributes.user.name_in_he')); ?> </h6> </div> <div class="row"> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.first_name') . ": " . ($pharmacist->getProperty('trainee_data.properties.name.he.first')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.second_name') . ": " . ($pharmacist->getProperty('trainee_data.properties.name.he.second')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.third_name') . ": " . ($pharmacist->getProperty('trainee_data.properties.name.he.third')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="text-left"> <?php echo e(trans('Syndicate::attributes.user.last_name') . ": " . ($pharmacist->getProperty('trainee_data.properties.name.he.last')??'-')); ?> </p> </div> </div> <div class="row"> <h6 class="text-info"> Personal Info </h6> </div> <div class="row"> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.email') . ": " . ($pharmacist->getProperty('trainee_data.email')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.phone') . ": " . ($pharmacist->getProperty('trainee_data.phone_number')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.mobile') . ": " . ($pharmacist->getProperty('trainee_data.properties.mobile')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.city') . ": " . ($pharmacist->getProperty('trainee_data.city_code')??'-')); ?> </p> </div> </div> <div class="row"> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.district') . ": " . ($pharmacist->getProperty('trainee_data.district_code')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.exempt') . ": " . ($pharmacist->getProperty('trainee_data.exam_required')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.religion') . ": " . ($pharmacist->getProperty('trainee_data.religion_code')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.passport') . ": " . ($pharmacist->getProperty('trainee_data.passport_code')??'-')); ?> </p> </div> </div> <div class="row"> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.birthday') . ": " . format_date($pharmacist->getProperty('trainee_data.properties.birthday')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.register_date') . ": " . format_date($pharmacist->getProperty('trainee_data.created_at')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.gender') . ": " . ($pharmacist->getProperty('trainee_data.gender_code')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.relation_situation') . ": " . ($pharmacist->getProperty('trainee_data.situation_code')??'-')); ?> </p> </div> </div> <div class="row"> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.identify_number') . ": " . ($pharmacist->getProperty('trainee_data.id_number')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.status') . ": " . ($pharmacist->getProperty('trainee_data.status_code')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> </p> </div> </div> <div class="row"> <h6 class="text-info"> <?php echo e(trans('Syndicate::attributes.user.contact_info')); ?> </h6> </div> <div class="row"> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.address_home') . ": " . ($pharmacist->getProperty('trainee_data.properties.contact_info.address_home')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.address_work') . ": " . ($pharmacist->getProperty('trainee_data.properties.contact_info.address_work')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.mobile') . ": " . ($pharmacist->getProperty('trainee_data.properties.contact_info.mobile')??'-')); ?> </p> </div> <div class="col-md-3"> <p class="profile-username text-left"> <?php echo e(trans('Syndicate::attributes.user.work_phone') . ": " . ($pharmacist->getProperty('trainee_data.properties.contact_info.work_phone')??'-')); ?> </p> </div> </div> </div> <div class="row"> <h6 class="text-info"> <?php echo e(trans('Syndicate::attributes.exam.exam_info')); ?> </h6> </div> <div class="row"> <div class="col-md-12"> <table class="table table-sm" title="exam"> <thead><title></title> <tr> <th><?php echo e(trans('Syndicate::attributes.exam.written_date')); ?></th> <th><?php echo e(trans('Syndicate::attributes.exam.oral_date')); ?></th> <th><?php echo e(trans('Syndicate::attributes.exam.written_result')); ?></th> <th><?php echo e(trans('Syndicate::attributes.exam.oral_result')); ?></th> </tr> </thead> <tbody> <?php $__empty_1 = true; $__currentLoopData = Syndicate::getPharmacistExam($pharmacist->id); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $exam): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <tr> <td><?php echo e($exam->written_date); ?></td> <td><?php echo e($exam->oral_date); ?></td> <td><?php echo e($exam->written_result); ?></td> <td><?php echo e(($exam->oral_result )); ?></td> <td colspan="4"> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <tr> <td colspan="5"><?php echo e(trans('Syndicate::attributes.user.empty')); ?></td> </tr> <?php endif; ?> </tbody> </table> </div> </div> <div class="row"> <h6 class="text-info"> <?php echo e(trans('Syndicate::attributes.training.info')); ?> </h6> </div> <div class="row"> <div class="col-md-12"> <table class="table table-sm" title="training"> <thead><title></title> <tr> <th><?php echo e(trans('Syndicate::attributes.training.place')); ?></th> <th><?php echo e(trans('Syndicate::attributes.training.start_date')); ?></th> <th><?php echo e(trans('Syndicate::attributes.training.end_date')); ?></th> <th><?php echo e(trans('Syndicate::attributes.training.hours')); ?></th> </tr> </thead> <tbody> <?php $__empty_1 = true; $__currentLoopData = Syndicate::getPharmacistTrining($pharmacist->id); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $train): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <tr> <td><?php echo e($train->place); ?></td> <td><?php echo e($train->start_date); ?></td> <td><?php echo e($train->end_date); ?></td> <td><?php echo e(($train->hours )); ?></td> <td colspan="4"> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <tr> <td colspan="5"><?php echo e(trans('Syndicate::attributes.user.empty')); ?></td> </tr> <?php endif; ?> </tbody> </table> </div> </div> </div> <?php if (isset($__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5)): ?> <?php $component = $__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5; ?> <?php unset($__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5); ?> <?php endif; ?> <?php echo $__env->renderComponent(); ?> </div> </div> <?php if (isset($__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5)): ?> <?php $component = $__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5; ?> <?php unset($__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5); ?> <?php endif; ?> <?php echo $__env->renderComponent(); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.crud.show', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/corals/public_html/syn.corals.io/Corals/modules/Syndicate/resources/views/pharmacists/show.blade.php ENDPATH**/ ?>