@include('errors') @include('livros.foto.js')
{!! Form::label('status', 'status')!!} {!! Form::select('situacao', ['1' => 'Galeria', '2' => 'Livros'], null, ['class' => 'form-control']) !!}
{!! Form::label('path', 'Imagem - 940 x 591')!!} {!! Form::file('arquivo', ['class' => 'file', 'multiple' => 'true','data-show-upload' => 'false','data-show-caption' => 'true']) !!}