@extends('layouts.app', ['title' => 'Apartados']) @section('header_actions') @endsection @section('content')
| Fecha | Concepto | Método | Referencia | Monto | Comprobante |
|---|---|---|---|---|---|
| {{ optional($p->payment_date)->format('d/m/Y') ?? '—' }} | {{ $p->concept ?: 'Aportación' }} | {{ $p->method ?: '—' }} | {{ $p->reference ?: '—' }} | ${{ number_format((float)$p->amount,2) }} | @if($p->receipt_path) Ver@else—@endif |