@include('errors') @include('foto.js')
{!! Form::label('titulo', 'Título', array('class' => 'control-label'))!!} {!! Form::text('titulo', null, ['class' => 'form-control' , 'id' => 'titulo'])!!}
{!! Form::label('descricao', 'Descrição - Mínimo de 5 caracteres', array('class' => 'control-label'))!!} {!! Form::textarea('descricao', null, ['class' => 'form-control' , 'id' => 'descricao'])!!}
{!! Form::label('path', 'Arquivo')!!} {!! Form::input('file',null,null,['class' => 'file','name' => 'path','multiple' => 'true','data-show-upload' => 'false','data-show-caption' => 'true']) !!}