<!-- Modal -->
<div class="modal fade" id="exampleModalCenter<?php echo e($item->id); ?>" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Modal title</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<?php if($item->getMedia()->isNotEmpty()): ?>
<img class="justify-content-center" style="width: 1000px" src="<?php echo e($item->getFirstMediaUrl()); ?>" alt="media">
<?php else: ?>
<p>No Image Available</p>
<?php endif; ?>
</div>
<div class="modal-footer">
<form action="<?php echo e(route('approvPembayaran', $item->id)); ?>" method="POST">
<?php echo csrf_field(); ?>
<button type="submit" class="rbt-btn btn-xs bg-primary-opacity radius-round" title="terima"><i class="feather-edit pl--0"></i>Terima</button>
</form>
<form action="<?php echo e(route('cencelPendaftaran', $item->id)); ?>" method="POST">
<?php echo csrf_field(); ?>
<button type="submit" class="rbt-btn btn-xs bg-color-danger-opacity radius-round color-danger" title="tolak"><i class="feather-trash-2 pl--0"></i>Tolak</button>
</form>
</div>
</div>
</div>
</div>
<?php /**PATH C:\laragon\www\web_mudahcoding_2024\resources\views/web/dashboard_trainer/registrants/modal/modal.blade.php ENDPATH**/ ?>
Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]