@extends('layouts.app') @section('template_title') Precios Ing @endsection @section('content')
{{ __('Precios Ing') }}
@if ($message = Session::get('success'))

{{ $message }}

@endif
@foreach ($preciosIngs as $preciosIng) @endforeach
No Id Usu Id Ing Act Marca Comercial Precio
{{ ++$i }} {{ $preciosIng->id_usu }} {{ $preciosIng->id_ing_act }} {{ $preciosIng->marca_comercial }} {{ $preciosIng->Precio }}
Show Edit @csrf @method('DELETE')
{!! $preciosIngs->links() !!}
@endsection