Viewing file: 7928d625fc710874b7b33432ff93a7ce49dd81a1.php (1.83 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?> <?php echo e(get_school_name()); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('css'); ?>
<style> .details_right { background: #486b4c !important; } .button-sec { margin: 20px; } .national-anthem-download { padding: 10px 24px; background: #75a50f; border-radius: 10px; color: #fff; font-size: 20px; font-weight: 600; } .national-anthem-download:hover{ color: #bababa; } </style>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?> <?php
$bannerSliderSection = json_decode(get_settings('banner_slider_section')); $head_teacher_message_section = json_decode(get_settings('head_teacher_message_sec')); $about_school_sec = json_decode(get_settings('about_school_sec')); $national_anthem = json_decode(get_settings('national_anthem'));
?>
<div class="leftCon"> <h2>জাতীয় সংগীত</h2>
<div class="details">
<div class="button-sec"> <?php if(isset($national_anthem) && isset($national_anthem->national_anthem_audio_file)): ?> <?php $file = $national_anthem->national_anthem_audio_file; ?> <a href="<?php echo e(route('national.anthem.download',[$file])); ?>" class="national-anthem-download">download</a> <?php endif; ?> </div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('js'); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend.index', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/picotech/domains/school.picotech.app/public_html/resources/views/frontend/national_anthem.blade.php ENDPATH**/ ?>
|