@extends('adminlte::page') @section('title', 'Del Mercado') @section('content_header')

Productos

@stop @section('content')

Editar producto: {{$product->name}}


{{ csrf_field() }}
@stop @section('css') @stop