@extends('backend.layout') @section('content')
@if($users != null) @foreach($users as $stt => $user) @endforeach @endif
STT HOST Admin Password Tổng kênh Cookie Trạng thái Action
{{ ($users->currentPage() - 1)*$users->perPage() + $stt + 1 }} {{ $user->host }} {{ $user->admin }} {{ $user->password }} {{ $user->chanel()->count() }} {{ $user->cookie }} @if($user->status == 1) Hoạt động @else Dừng @endif
{{ $users->links() }}
@endsection @push('styles') @endpush @push('scripts') @endpush