Current File : /home/getxxhzo/app.genicards.com/storage/framework/views/231804110c859b6617eea953432b3e57.php
<?php $__env->startSection('title'); ?>
<?php echo e(__('messages.send_mail.send_mail')); ?>

<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
    <div class="container-fluid">
        <div class="d-flex flex-column">
            <?php echo $__env->make('flash::message', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
            <?php echo $__env->make('layouts.errors', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
            <div class="d-flex justify-content-between align-items-end mb-5">
                <h1><?php echo e(__('messages.send_mail.send_mail')); ?></h1>
            </div>
            <div class="card">
                <div class="card-body">
                    <?php echo e(Form::open(['route' => ['send.mail.store'], 'method' => 'post', 'id' => 'emailForm'])); ?>

                    <div class="form-group mb-3">
                        <?php echo e(Form::label('subject', __('messages.send_mail.subject') . ':', ['class' => 'form-label required'])); ?>

                        <?php echo e(Form::text('subject', null, ['class' => 'form-control', 'id' => 'subjectFiled', 'placeholder' => __('messages.send_mail.subject')])); ?>

                    </div>

                    <div class="form-group mb-3">
                        <div class="col-lg-12">
                            <div class="mb-5">
                                <?php echo e(Form::label('description', __('messages.send_mail.description') .':', ['class' => 'form-label required'])); ?>

                                <div id="descriptionEditor" class="editor-height" style="height: 200px" data-turbo="false"></div>
                                <?php echo e(Form::hidden('description', null, ['id' => 'sendEmailData'])); ?>

                            </div>
                        </div>
                    </div>
                    <div class="form-group mb-3">
                        <?php echo e(Form::label('email', __('messages.send_mail.send_mail') . ':', ['class' => 'form-label required'])); ?>

                        <?php echo e(Form::select('custom_email[]', $newEmail, null, ['class' => 'form-control', 'data-control' => 'select2', 'multiple' => 'multiple', 'id'=> 'customEmailSelect'])); ?>

                    </div>
                    <div class="form-group mb-3">
                        <?php echo e(Form::submit(__('messages.common.save'), ['class' => 'btn btn-primary me-3', 'id' => 'submitSendMailBtn'])); ?>

                    </div>
                    <?php echo e(Form::close()); ?>

                </div>
            </div>
        </div>
    </div>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/getxxhzo/app.genicards.com/resources/views/sadmin/send_mail/index.blade.php ENDPATH**/ ?>