Current File : /home/itiffy/public_html/storage/framework/views/132a18aae0c16d21c403ccd6b3fc83540f023d71.php
<?php $__env->startSection('content'); ?>

<div class="row">
    <div class="col-sm-10 col-sm-offset-2">
        <h1><?php echo e(trans('quickadmin::templates.templates-view_create-add_new')); ?></h1>

        <?php if($errors->any()): ?>
        	<div class="alert alert-danger">
        	    <ul>
                    <?php echo implode('', $errors->all('<li class="error">:message</li>')); ?>

                </ul>
        	</div>
        <?php endif; ?>
    </div>
</div>

<?php echo Form::open(array('route' => config('quickadmin.route').'.home.store', 'id' => 'form-with-validation', 'class' => 'form-horizontal')); ?>


<div class="form-group">
    <?php echo Form::label('banner1', 'Banner 1*', array('class'=>'col-sm-2 control-label')); ?>

    <div class="col-sm-10">
        <?php echo Form::textarea('banner1', old('banner1'), array('class'=>'form-control ckeditor')); ?>

        
    </div>
</div><div class="form-group">
    <?php echo Form::label('banner2', 'Banner 2*', array('class'=>'col-sm-2 control-label')); ?>

    <div class="col-sm-10">
        <?php echo Form::textarea('banner2', old('banner2'), array('class'=>'form-control ckeditor')); ?>

        
    </div>
</div><div class="form-group">
    <?php echo Form::label('banner3', 'Banner 3*', array('class'=>'col-sm-2 control-label')); ?>

    <div class="col-sm-10">
        <?php echo Form::textarea('banner3', old('banner3'), array('class'=>'form-control ckeditor')); ?>

        
    </div>
</div><div class="form-group">
    <?php echo Form::label('banner3', 'Banner 4*', array('class'=>'col-sm-2 control-label')); ?>

    <div class="col-sm-10">
        <?php echo Form::textarea('banner3', old('banner3'), array('class'=>'form-control ckeditor')); ?>

        
    </div>
</div><div class="form-group">
    <?php echo Form::label('section1', 'Section 1*', array('class'=>'col-sm-2 control-label')); ?>

    <div class="col-sm-10">
        <?php echo Form::textarea('section1', old('section1'), array('class'=>'form-control ckeditor')); ?>

        
    </div>
</div><div class="form-group">
    <?php echo Form::label('section2', 'Section 2*', array('class'=>'col-sm-2 control-label')); ?>

    <div class="col-sm-10">
        <?php echo Form::textarea('section2', old('section2'), array('class'=>'form-control ckeditor')); ?>

        
    </div>
</div><div class="form-group">
    <?php echo Form::label('section3', 'Section 3*', array('class'=>'col-sm-2 control-label')); ?>

    <div class="col-sm-10">
        <?php echo Form::textarea('section3', old('section3'), array('class'=>'form-control ckeditor')); ?>

        
    </div>
</div><div class="form-group">
    <?php echo Form::label('section4', 'Section 3*', array('class'=>'col-sm-2 control-label')); ?>

    <div class="col-sm-10">
        <?php echo Form::textarea('section4', old('section4'), array('class'=>'form-control ckeditor')); ?>

        
    </div>
</div><div class="form-group">
    <?php echo Form::label('section6', 'Section 6*', array('class'=>'col-sm-2 control-label')); ?>

    <div class="col-sm-10">
        <?php echo Form::textarea('section6', old('section6'), array('class'=>'form-control ckeditor')); ?>

        
    </div>
</div>

<div class="form-group">
    <div class="col-sm-10 col-sm-offset-2">
      <?php echo Form::submit( trans('quickadmin::templates.templates-view_create-create') , array('class' => 'btn btn-primary')); ?>

    </div>
</div>

<?php echo Form::close(); ?>


<?php $__env->stopSection(); ?>
<?php echo $__env->make('admin.layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>