Viewing file: bfcab4d11de4feaff81ebb22bf5db70af058a192.php (2.85 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: #f19300 !important; }
.list-bg-color { background: #bbbecf91 !important; padding: 7px 10px 0px 10px !important; border-radius: 5px; margin-top: 10px; } #StudentResultIndexForm, .contact-form{ background-image: -webkit-gradient(linear, left top, left bottom, from(#a8c2dd), to(#ffffff)) !important; } .form-control{ height: 26px !important; width: 100% !important; border: 1px solid #a9a6a6; border-radius: 4px; } .form-textarea{ width: 100% !important; border: 1px solid #a9a6a6; border-radius: 4px; } </style>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<div class="leftCon">
<div id="contact-1" class=""> <h2>যোগাযোগ</h2> <h2> </h2> <div class="contact-body">
<div class="contact-form"> <form action="<?php echo e(route('contact.store')); ?>" method="post">
<?php echo csrf_field(); ?> <div class="input text required"><label for="MessageName">আপনার নাম</label> <input name="name" type="text" value="" required class="form-control"> </div>
<div class="input text required"><label for="MessageEmail">আপনার ইমেইল</label> <input name="email" type="email" value="" required class="form-control"> </div>
<div class="input text required"><label for="MessageTitle">বিষয়</label> <input name="subject" class="form-control"> </div> <div class="input textarea required"><label for="MessageBody">বার্তা</label> <textarea name="message" required cols="10" rows="6" class="form-textarea"></textarea> </div>
<div class="submit"> <input type="submit" class="custom-btn" value="পাঠান"> </div> </form> </div> </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/contact/index.blade.php ENDPATH**/ ?>
|