<?php $__env->startSection('styles'); ?>
<style>
#blogImgShow {
max-width: 100%;
height: auto;
border-radius: 5px;
max-height: 150px;
}
.img_div {
display: flex;
height: 150px;
width: 150px;
align-items: center;
justify-content: center;
}
</style>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('mainContent'); ?>
<?php echo generateBreadcrumb(); ?>
<section class="admin-visitor-area up_st_admin_visitor">
<div class="container-fluid p-0">
<div class="row justify-content-center">
<div class="col-12">
</div>
<div class="col-12">
<div class="white_box_50px box_shadow_white student-details header-menu">
<?php echo $__env->make('popupcontent::popup_content.componant.form', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
</div>
</div>
</div>
</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('popupcontent::popup_content.componant.scripts', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php echo $__env->make('backend.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/bouloter/infix/Modules/PopupContent/Resources/views/popup_content/index.blade.php ENDPATH**/ ?>