@extends('layouts.app') @section('template_title') Precios Ing @endsection @section('content')
{{ $message }}
No | Id Usu | Id Ing Act | Marca Comercial | Precio | |
---|---|---|---|---|---|
{{ ++$i }} | {{ $preciosIng->id_usu }} | {{ $preciosIng->id_ing_act }} | {{ $preciosIng->marca_comercial }} | {{ $preciosIng->Precio }} |