@extends('adminlte::page') @section('title', 'Ipssoma / Dashboard') @section('content_header') {{-- google ads --}} {{-- google analytics --}} @stop @section('content')

Lista de Productos

@if(session('info'))
{{session('info')}}
@endif
@foreach($prod as $product) @endforeach
ID Producto Precio URL Operaciones
{{$product->id}} {{$product->nombre}} {{$product->precio}} {{$product->url_portada}} Editar Eliminar
@if($status) @endif @endsection @section('js') @endsection