%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/conference/storage/framework/views/
Upload File :
Create Path :
Current File : /var/www/html/conference/storage/framework/views/715de3f98125b822fe33c887240be8eb1a253fc9.php

<?php $__env->startSection('content'); ?>
    <div class="container">
        <div class="row">
            <div class="col-md-12">
                <form class="<?php echo e($errors->count() > 0 ? 'was-validated' : ''); ?>"
                      method="POST"
                      autocomplete="off"
                      enctype="multipart/form-data"
                      action="<?php echo e(route('admin.authors.store')); ?>"
                      novalidate>
                    <?php echo e(csrf_field()); ?>

                    <div class="form-group row">
                        <div class="col-md-12">
                            <h2>Author</h2>
                        </div>
                    </div>
                    <div class="form-group row">
                        <div class="col-md-12">
                            <label class="form-control-label" for="name">Name</label>
                            <input id="name" type="text"
                                   class="form-control"
                                   name="name" placeholder="Name" required
                                   value="<?php echo e($author->name); ?>" autofocus>
                            <?php if($errors->has('name')): ?>
                                <div class="invalid-feedback">
                                    <strong><?php echo e($errors->first('name')); ?></strong>
                                </div>
                            <?php endif; ?>
                        </div>
                    </div>
                    <div class="form-group row">
                        <div class="col-md-12">
                            <label class="form-control-label" for="surname">Surname</label>
                            <input id="surname" type="text"
                                   class="form-control"
                                   name="surname" placeholder="Surname" required
                                   value="<?php echo e($author->surname); ?>" autofocus>
                            <?php if($errors->has('surname')): ?>
                                <div class="invalid-feedback">
                                    <strong><?php echo e($errors->first('surname')); ?></strong>
                                </div>
                            <?php endif; ?>
                        </div>
                    </div>
                    <div class="form-group row">
                        <div class="col-md-12">
                            <label class="form-control-label" for="email">Email</label>
                            <input id="email" type="email"
                                   class="form-control"
                                   name="email" placeholder="Email" required
                                   value="<?php echo e($author->email); ?>" autofocus>
                            <?php if($errors->has('email')): ?>
                                <div class="invalid-feedback">
                                    <strong><?php echo e($errors->first('email')); ?></strong>
                                </div>
                            <?php endif; ?>
                        </div>
                    </div>
                    <div class="form-group row">
                        <div class="col-md-12">
                            <label class="form-control-label" for="title">Degree</label>
                            <input id="title" type="text"
                                   class="form-control"
                                   name="title" placeholder="Degree" required
                                   value="<?php echo e($author->title); ?>" autofocus>
                            <?php if($errors->has('title')): ?>
                                <div class="invalid-feedback">
                                    <strong><?php echo e($errors->first('title')); ?></strong>
                                </div>
                            <?php endif; ?>
                        </div>
                    </div>
                    <div class="form-group row">
                        <div class="col-md-12">
                            <label class="form-control-label" for="job">Current Job</label>
                            <input id="job" type="text"
                                   class="form-control"
                                   name="job" placeholder="Current Job" required
                                   value="<?php echo e($author->job); ?>" autofocus>
                            <?php if($errors->has('job')): ?>
                                <div class="invalid-feedback">
                                    <strong><?php echo e($errors->first('job')); ?></strong>
                                </div>
                            <?php endif; ?>
                        </div>
                    </div>
                    <div class="form-group row">
                        <div class="col-md-12">
                            <label class="form-control-label" for="file">Profile Image</label>
                            <input class="form-control" type="file" name="file" id="file"
                                   accept="image/*" required>
                            <?php if($errors->has('file')): ?>
                                <div class="invalid-feedback">
                                    <strong><?php echo e($errors->first('file')); ?></strong>
                                </div>
                            <?php endif; ?>
                        </div>
                    </div>
                    <div class="form-group row">
                        <div class="col-md-8 col-md-offset-3">
                            <button type="submit" class="btn btn-primary">
                                Save
                            </button>
                        </div>
                    </div>
                </form>
            </div>
        </div>
    </div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

Zerion Mini Shell 1.0