@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')
| # | Tipo | Descripcion | Monto | Fecha | @foreach($movements as $mv)
|---|---|---|---|---|
| {{$mv->id}} | @if($mv->type == 'input') Entrada @else Salida @endif | {{$mv->description}} | {{$symbol}} {{number_format($mv->amount,2,',','.')}} | {{date('d-m-Y', strtotime($mv->datemovement))}} |
| Servicio | Cuenta (email) | Cliente | Dias Restantes | Facturacion | Acciones | @if($expirations_subscriptions) @foreach($expirations_subscriptions as $es)
|---|---|---|---|---|---|
|
@if(!empty($es->service->cover))
|
{{$es->account->email}} | {{$es->customer->name}} | {{$es->last_days}} | {{date('d/m/Y',strtotime($es->date_to))}} |
| Sercicio | Cuenta (Email) | Dias Restantes | Facturacion | @if($accounts) @foreach($accounts as $acc)
|---|---|---|---|
|
@if(!empty($acc->service->cover))
|
{{$acc->email}} | {{$acc->last_days}} | {{date('d/m/Y',strtotime($acc->dateto))}} |