@extends('layouts.app') @section('template_title') {{ $preciosIng->name ?? 'Show Precios Ing' }} @endsection @section('content')
Show Precios Ing
Id Usu: {{ $preciosIng->id_usu }}
Id Ing Act: {{ $preciosIng->id_ing_act }}
Marca Comercial: {{ $preciosIng->marca_comercial }}
Precio: {{ $preciosIng->Precio }}
@endsection