{{ $row->name }}
{{ $row->bandwidth . __('Mbps') }}
{{ config('app.currency') . __(' ') . $row->user_price }}
{{ config('app.currency') . __(' ') . $row->reseller_price }}
@if($row->status == 1) {{ __('Active') }} @endif @if($row->status == 0) {{ __('Inactive') }} @endif
@if($row->type === 1) {{ __('PPP') }} @endif @if($row->type === 0) {{ __('HotSpot') }} @endif @if($row->type === 2) {{ __('NA') }} @endif