@extends('backend.layout') @section('content')
@if($users != null)
@foreach($users as $stt => $user) @endforeach
STT Link Server Đại lý Bảo mật Thời gian reset link Giao thức Trạng thái Action
{{ ($users->currentPage() - 1)*$users->perPage() + $stt + 1 }} @if($user->type == 'catch-up') {{ $user->link }} @else {{ $user->link_stream }} @endif {{ $vods['server'][$user->type] }} {{ @$user->user->name }} @if($user->type_stream == 'on') Bật @else Tắt @endif {{ $user->quality }} {{ $user->protocol }} @if($user->status == 1) Hoạt động @else Dừng @endif
{{ @$users->links() }}
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush