{!! Form::label('full_name', 'Full Name:') !!} {!! Form::text('full_name', null, ['class' => 'form-control']) !!}
{!! Form::label('email', 'Email:') !!} {!! Form::email('email', null, ['class' => 'form-control']) !!}
{!! Form::label('image', 'Image:') !!}
{!! Form::file('image', ['class' => 'custom-file-input']) !!} {!! Form::label('image', 'Choose file', ['class' => 'custom-file-label']) !!}