@extends('layouts.admin') @section('title','Editar Producto') @section('styles') @endsection @section('options') @endsection @section('preference') @endsection @section('content')

Edición de producto

{!! Form::model($product,['route'=>['products.update',$product], 'method'=>'PUT','files' => true]) !!}

Imagen Actual del producto

Reemplazar Imagen de producto

Cancelar {!! Form::close() !!}
{{-- --}}
@endsection @section('scripts') {!! Html::script('melody/js/dropify.js') !!} @endsection