@extends('adminlte::page') @section('title', 'Editar Productos') @section('content_header')
Editar Producto:
{{ $product->name }}
@stop @section('content')
@stop