@extends('layouts.master_app') @section('title') Pagos @endsection @section('menu_payments', 'here show') @section('css') @endsection @section('content')
| Fecha | Cantidad | Precio unitario | Total | Concepto | |||
|---|---|---|---|---|---|---|---|
| {{$payment->date }} | {{ $payment->quantity }} | {{ $payment->unit_price }} | ${{number_format($payment->total,2)}} | {{ $payment->company_product->name }} | |||
| ${{number_format($totalPayments,2)}} |