@extends('layouts.app', ['title' => term('nav_petty_cash', 'Caja chica')]) @section('header_actions') @if(auth()->user()->isAdmin()) @endif @endsection @push('styles') @endpush @section('content')
| Fecha | Concepto | Categoría | Responsable | Comprobante | Monto | |
|---|---|---|---|---|---|---|
| {{ optional($movement->movement_date)->format('d/m/Y') }} {{ $movement->folio }} |
{{ $movement->concept }} {{ $movement->type_label }}{{ $movement->status === 'cancelled' ? ' · Cancelado' : '' }} @if($movement->cancellation_reason){{ $movement->cancellation_reason }} @endif |
{{ $movement->category }} | {{ $movement->responsible_name ?: $movement->user?->name ?: 'Sin asignar' }} Capturó: {{ $movement->user?->name ?: 'Sistema' }} |
@if($movement->receipt_path) Ver @elseif($movement->status === 'applied' && $movement->type === 'expense') @else No aplica @endif | {{ $movement->isInflow() ? '+' : '-' }}${{ number_format($movement->amount, 2) }} |
@if(auth()->user()->isAdmin() && $movement->status === 'applied')
@endif
|
| No hay movimientos para los filtros seleccionados. | ||||||