@extends('backend.layout') @section('content')
@if($users != null)
@foreach($users as $stt => $user) @endforeach
STT Link Server Định dạng Chất lượng Giao thức Trạng thái Action
{{ ($users->currentPage() - 1)*$users->perPage() + $stt + 1 }} {{ $user->link }} {{ $vods['server'][$user->type] }} {{ $vods['type_stream'][$user->type_stream] }} {{ $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