@extends('layouts.dental') @section('title', 'Caixa') @section('content')
| Descrição | Categoria | Pagamento | Valor | Status | |
|---|---|---|---|---|---|
|
{{ $t->description }}
@if($t->patient){{ $t->patient->name }} @endif
|
{{ ucfirst(str_replace('_',' ',$t->category)) }} | {{ $t->payment_method ? ucfirst(str_replace('_',' ',$t->payment_method)) : '-' }} | {{ $t->type==='income' ? '+' : '-' }} R$ {{ number_format($t->amount,2,',','.') }} | {{ ucfirst($t->status) }} | |
|
💰
Nenhum lançamento para esta data
| |||||