@extends('adminlte::layouts.app') @section('main-content') @if(sizeof($alerta) > 0)
| ID | Fecha | Tipo | Monto | Impuesto | Motivo | Cuenta | Categorias | Acción | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $alertas->id }} | @if( $alertas->created_at ) @endif{{ $fecha }} | @if($alertas->type=="add")Abono @if($alertas->id_transfer!="") @else @endif | @elseif($alertas->type=="out")Retiro @if($alertas->id_transfer!="") @else @endif | @endif{{ number_format($alertas->amount, 2, '.', ',') }} {{$divisa->value}} | {{ number_format( $alertas->tax, 2, '.', ',') }} | {{ $alertas->concept }} | {{ $alertas->name_account }} | {{ $alertas->name_categories }} | @if($alertas->id_transfer!="") @else @endif |
| ID | Fecha | Tipo | Monto | Impuesto | Motivo | Cuenta | Categorias | Acción | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $summarys->id }} | @if( $summarys->created_at ) @endif{{ $fecha }} | @if($summarys->type=="add")Abono @if($summarys->id_transfer!="") @else @endif | @elseif($summarys->type=="out")Retiro @if($summarys->id_transfer!="") @else @endif | @endif{{ number_format($summarys->amount, 2, '.', ',') }} {{$divisa->value}} | {{ number_format( $summarys->tax, 2, '.', ',') }} | {{ $summarys->concept }} | {{ $summarys->name_account }} | {{ $summarys->name_categories }} | @if($summarys->id_transfer!="") @else @endif |
{{$divisa->value}}