@if ($categories->count() > 0)
{!! Form::select('category_id', $categories->lists('title', 'id'), $download->category_id, ['class' => 'form-control', 'required' => true, 'autofocus' => true]) !!}
@endif

@if ($download->file) Apenas selecione se for alterar. @endif
@if ($download->file)

Arquivo atual

{{ $download->file }} @endif
@section('scripts') @parent @stop