@extends('layout.app') @section('content')
Id | POP Name | @if (checkSettings('pop-online-recharge') == 'enable')@endif | Manager Name | POP Location | @hasrole('Admin')NAS Server IP | @endhasrolePOP Contact | Sub-Manager | @hasrole('Admin')Bill Generate | @endhasrole @canany(['show-pop-balance', 'specific_management_services'])Balance | @endcan @can('pop-disable')Status | @endcanAction | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $r->id }} | {{ $r->popname }} | @if (checkSettings('pop-online-recharge') == 'enable') {{-- @dd("comes"); --}}@if ($r->enable_online_recharge) Online Recharge @endif | @endif{{ $r->reseller->name ?? '' }} | {{ $r->pop_location }} | @hasrole('Admin'){{ $r->nas->nasname ?? '' }} | @endhasrole{{ $r->pop_contact }} | {{ $r->subreseller }} | {{--{{ $r->billable }} | --}} @hasrole('Admin'){{ $r->bill_generate }} | @endhasrole @canany(['show-pop-balance', 'specific_management_services'])@if ($r->subreseller == 'yes') {{ $r->balance->first()->amount ?? '' }} @endif | @endcan @can('pop-disable')
@if ($r->pop_disable == 'no')
{{-- --}}
Active
@endif
@if ($r->pop_disable == 'yes')
{{-- --}}
Inactive
@endif
|
@endcan
|