{{ csrf_field() }}

{!! Form::label('name', 'Nome:') !!} {!! Form::text('name', null, array('class' => 'form-control title')) !!}
{!! Form::label('url', 'Url sponsor:') !!} {!! Form::text('url', null, array('class' => 'form-control title')) !!}
{!! Form::label('image', 'Banner pubblicitario:') !!}
{!! Form::file('image', null, array('class' => 'form-control')) !!}
@if (isset($category) && $category->image != '')
@endif
@section('extra_js') @stop