@extends('layouts.master') @section('title') Inicio @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Inicio @endslot @slot('li_2') Panel Catastro @endslot @slot('title') Registro de Pagos @endslot @endcomponent
| ID | Nombre | Saldo Inicial | Saldo Actual | Estado | Acciones |
|---|---|---|---|---|---|
| {{ $caja->id_caja }} | {{ $caja->nombre }} | S/ {{ number_format($caja->saldo_inicial, 2) }} | S/ {{ number_format($caja->saldo_actual, 2) }} | @if($caja->estado === 'abierta') Abierta @else Cerrada @endif | Historial @if($caja->estado === 'abierta') @else @endif |