@extends('adminlte::layouts.app') @section('htmlheader_title') {{ $o->SID }} @endsection @section('contentheader_title') Service: {{ $o->SID }} @endsection @section('page_title') {{ $o->SID }} @endsection @section('contentheader_description') {{ $o->type->name_full }} @endsection @section('main-content')
@include('common.service.widget.info')
Service Details
Number {{ $o->type->service_number }}
Address {{ $o->type->service_address }}
Connected {{ $o->type->service_connect_date->format('Y-m-d') }}
Contract {{ $o->type->contract_term }} mths (until {{ $o->type->service_contract_date ? $o->type->service_contract_date->addMonths($o->type->contract_term)->format('Y-m-d') : 'N/A' }})
Username {{ $o->type->service_username }}
Password {{ $o->type->service_password }}
IP Address {{ $o->type->ipaddress ? $o->type->ipaddress : 'Dynamic' }}
DSL Details
Speed TBA
Peak Included Downloads TBA
Traffic Last Month TBA
Traffic This Month TBA
Excess Traffic Charges to Bill TBA
@include('common.invoice.widget.list')
@endsection