M1n1 Shira0ka File Manager

Current Path : /home/bullgymbny/app2/storage/framework/views/
Upload File :
Current File : /home/bullgymbny/app2/storage/framework/views/5efc45493b73cb6b6a90740ec76c061d9feb4def.php

<?php $__env->startSection('content'); ?>
    <h2>Ajouter un membre</h2>
    <?php echo Form::open(['method' => 'post', 'url' => route('member.store'), 'enctype' => 'multipart/form-data']); ?>

    <div class="form-group">
        <?php echo Form::label('lastname', 'Nom'); ?>

        <?php echo Form::text('lastname', null, ['class' => 'form-control']); ?>

        <?php echo Form::label('firstname', 'Prénom'); ?>

        <?php echo Form::text('firstname', null, ['class' => 'form-control']); ?>

        <?php echo Form::label('email', 'Email'); ?>

        <?php echo Form::text('email', null, ['class' => 'form-control']); ?>

        <?php echo Form::label('photo', 'Photo'); ?>

        <?php echo Form::file('photo', null, ['class' => 'form-control']); ?>

    </div>
    <button class="btn btn-primary">Ajouter</button>

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


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

GO Party By You