@extends('layout.app') @php use Carbon\Carbon; @endphp @section('content') {{-- @dd($list) --}} @foreach ($list as $r)
Pop Name | {{ $r->popname }} | Billing Cycle | {{ $r->billing_cycle }} | ||
User Name | {{ $r->userid }} | @elseIP Address | {{ $r->ip_address }} | @endif @if (!$r->isStatic)Password | {{ $r->password }} | @endif
Package Name | @if ($r->sub_package_name != null && $r->subreseller == 'yes')
{{ $r->sub_package_name }}
@can('show-mother-package')
{{ $r->package_name }} @endcan |
@else
{{ $r->package_name }} | @endifExpired Date | {{ $r->expire_date ?? '' }} | |
Enable MAC | {{ $r->mac ?? '' }} | Slug | {{ $r->slug ?? '' }} |
Client Name | {{ $r->clients_name }} | Date Of Birth | @if ($r->dob) {{ date('d-M-Y', strtotime($r->dob)) }} @endif |
Contact No | {{ $r->contact_no ?? '' }} | {{ $r->email ?? '' }} | |
Father Name | {{ $r->father_name ?? '' }} | Mother Name | {{ $r->mother_name ?? '' }} |
National ID | {{ $r->national_id ?? '' }} | Passport No | {{ $r->passport_no ?? '' }} |
Road No | {{ $r->road_no ?? '' }} | Road Name | {{ $r->road_name ?? '' }} |
Flat/Level No | {{ $r->flat_no ?? '' }} | Building No | {{ $r->building_no ?? '' }} |
Building Name | {{ $r->building_name ?? '' }} | Block/Sector | {{ $r->block_sector ?? '' }} |
Latitude | {{ $r->client_latitude ?? '' }} | Longitude | {{ $r->client_longitude ?? '' }} |
Area | {{ $r->area ?? '' }} |
Cable type | {{ $r->cable_type ?? '' }} | Cable Length(Meter) | {{ $r->required_cable ?? '' }} | ||
Cable ID | {{ $r->cable_id ?? '' }} | Cable Type(CAT5/CAT6) | {{ $r->cat_type ?? '' }} | ||
Cable(CAT-5/CAT-6) Length(Meter) | {{ $r->cat_length ?? '' }} | ONU MAC/Pon No/Serial No | {{ $r->onu_serial ?? '' }} | ||
OLT No | {{ $r->olt_pon }} | OLT Card Slot Number | {{ $r->olt_no }} | ||
PON Module Port No | {{ $r->pon_port }} | Box | {{ $r->box }} | ||
Connection Date : |
CD:
{{ date('d-M-Y h:i:sa', strtotime($r->created_at)) }} @if ($r->joinDate) JD: {{ date('d-M-Y', strtotime($r->joinDate)) }} @endif |
@if (auth()->user()->hasRole('Reseller Admin'))
@elseif(auth()->user()->hasRole('Sub Reseller'))
@else
Marketed By | @if ($r->marketed_by == 0)No Marketing | @else @php $m = App\Models\ClientReferer::where( 'id', $r->marketed_by, )->first(); @endphp{{ $m->firstname ?? '' }} {{ $m->lastname ?? '' }} | {{--{{ $r->clientReferer->firstname ?? '' }} | --}} @endif @endif
Remarks | {{ $r->remarks ?? '' }} |
{{-- @can('new-customer-approve')
|
{{-- @if ($customer_account > 0) @can('mac-customer_destroy') @endcan @endif --}} |
OLT: | {{ $onuInfo->oltaddress ?? '-' }} - {{ $onuInfo->oltName ?? '-' }} | ONU Id: | {{ $onuInfo->onuid ?? '-' }} |
Power(Laser): | {{ $onuInfo->laser ?? '-' }} | Update: | {{ isset($onuInfo->updated_at) ? Carbon::parse($onuInfo->updated_at)->format('d-m-Y h:i A') : '-' }} |
PON ID, Vlan: | {{ $onuInfo->interface ?? '-' }}, {{ $onuInfo->Vlan ?? '-' }} | Device Mac: | {{ strtoupper(implode(':', str_split($onuInfo->mac ?? null, 2))) ?? '-' }} |