@extends('layouts.tables')
@section('tables-head')
Reporteca
@endsection
@section('tables-title')
Reporteca
@endsection
@section('tables-content')
Nombre |
Apellido |
Email |
Producto |
Dominio |
Monto |
Currency |
Ciclo de facturacion |
Vencimiento |
Estado |
Notas |
Servidor |
@foreach($data as $dat)
{{$dat->firstname}} |
{{$dat->lastname}} |
{{$dat->email}} |
{{$dat->name}} |
{{$dat->domain}} |
{{$dat->amount}} |
{{$dat->currency}} |
{{$dat->billingcycle}} |
{{$dat->nextinvoicedate}} |
{{$dat->domainstatus}} |
{{$dat->notes}} |
{{$dat->server}} |
@endforeach
Nombre |
Apellido |
Email |
Producto |
Dominio |
Monto |
Currency |
Ciclo de facturacion |
Vencimiento |
Estado |
Notas |
Servidor |
@endsection