@if($status)
@endif
@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@include('partials.sidebar')
{!! Form::model($product, [
'files' => true
]) !!}
{!! Form::text('post[title]', null, ['class' => 'form-control', 'required']) !!}
{!! Form::text('price', null, ['class' => 'form-control number']) !!}
{!! Form::textarea('post[excerpt]', null, ['class' => 'form-control']) !!}
image) style="display: none;" @endif>
{!! Form::file('image', ['id' => 'image']) !!}
@if($product->exists)
Eliminar
@endif
{!! Form::close() !!}