@extends('adminlte::page') @section('title', 'Dashboard') @section('content')
Agregar Producto
@foreach ($products as $product) @endforeach
Producto Valor
{{$product->name}} {{$product->value}}
@section('css') @stop @section('js') @stop @endsection