@extends('adminlte::layouts.app') @section('htmlheader_title') Web Hosting @endsection @section('page_title') Web Hosting @endsection @section('contentheader_title') Web Hosting @endsection @section('contentheader_description') Web Hosting currently managed. @endsection @section('main-content')
@foreach ($o as $oo) hasExpired()) class="table-danger" @endif> @endforeach
Service ID Account Product Domain Expires Supplier Next Billed Price Term
{{ $oo->service->sid }} {{ $oo->service->account->name }} {{ $oo->service->product->name }} {{ $oo->service->name }} {{ $oo->service_expire ? $oo->service_expire->format('Y-m-d') : '-' }} {{ $oo->service->product->supplier->name }} @if ($oo->service->isBilled()) {{ $oo->service->invoice_next->format('Y-m-d') }}@else - @endif @if (! $oo->service->external_billing)${{ number_format($oo->service->next_invoice_items(TRUE)->sum('total'),2) }}@else - @endif {{ $oo->service->billing_interval_string }}
@endsection @section('page-scripts') @css(datatables,bootstrap4|rowgroup) @js(datatables,bootstrap4|rowgroup) @append