@extends('includes.panel.base') @section('page_title') @lang('Inbounds `:name` - `:port`',['name' => $data->remark, 'port' => $data->port]) @endsection @section('content')
@foreach ($data->clients as $item) @endforeach
@lang('Username/Email') @lang('Expiry') @lang('Password') @lang('User Limit') @lang('Reset') @lang('TotalGB') @lang('Status') @lang('Actions')
{{ $item['email'] ?? ''}} {{ $item['expiryTime'] ?? ''}} {{ $item['password'] ?? '' }} {{ $item['limitIp'] ?? '' }} {{ $item['reset'] ?? '' }} {{ $item['totalGB'] ?? '' }} {{ getClientTraffic($item['email']) }} {{ $item['enable'] ? 'Enable' : 'Disable' }}
@lang('Username/Email') @lang('Expiry') @lang('Password') @lang('User Limit') @lang('Reset') @lang('TotalGB') @lang('Status') @lang('Actions')
@endsection @section('js') @endsection