@extends('layouts.main') @section('title', '| Repuestos') @section('titlePage', 'Repuestos') @section('content')
{{ $message }}
No | Nombre | Marca | Código | Precio costo | Precio unitario | Cantidad | Factura | Fecha de entrada | |
---|---|---|---|---|---|---|---|---|---|
{{ ++$i }} | {{ $refill->name }} | {{ $refill?->brand?->name }} | {{ $refill->code }} | {{ $refill->price }} | {{ $refill->price_unit }} | {{ $refill->quantity }} | @if($refill->invoice) Descargar @endif | {{ $refill->deliver_date }} |