@extends("reports.layout.layout") @section("scripts") @stop @section("content")
Desde: {{ $data->from }}Hasta: {{ $data->to }}Tipo de Movimiento: {{ ($data->credit) ? "Credito" : "" }} {{ ($data->credit && $data->debit) ? " | " : "" }} {{ ($data->debit) ? "Debito" : "" }} |
Placa: {{ $data->plateSelected ?? "Todas" }}Carnet: {{ $data->cardSelected ?? "Todos" }}Cliente: {{ $data->profileSelected ?? "Todos" }} |
| Fecha | Hora | Carnet / Cliente | Referencia / Descripción | Placa | Tipo | Monto Bs | @if(isset($data->cardSelected))Saldo Bs | @endif
|---|---|---|---|---|---|---|---|
| {{ trim($row->date) }} | {{ trim($row->time) }} |
Carnet {{ trim($row->cardCode) }} {{ trim($row->client) }} |
{{ trim($row->number) }} {{ trim($row->concept) }} @if($row->cancel_concept) ANULADO: {{ trim($row->cancel_concept) }} @endif |
{{ trim($row->plate) }} | {{ trim($row->type) }} | {{ trim($row->ammount) }} | @if(isset($data->cardSelected)){{ trim($row->new_balance) }} | @endif