@extends('backend.layout') @section('content')

{{ ($boxs->currentPage() - 1)*10 + 1 }}-{{ ($boxs->currentPage() - 1)*10 + count($boxs) }} trong {{ $boxs->total() }} bản ghi

@if($boxs != null) @foreach($boxs as $stt => $user) @endforeach @endif
STT Loại log Thiết bị Nội dung IP Khách hàng Thời gian
{{ ($boxs->currentPage() - 1)*$boxs->perPage() + $stt + 1 }} {{ config('vod.logs_streams')[$user->code] }} {{ $user->box->mac_address }} @if(isset($user->stream->contents->name))
{{ config('vod.type')[$user->stream->contents->type] }} - {{ $user->stream->contents->name }} @else
{{ config('vod.type')[$user->broad->chanel->type] }} - {{ $user->broad->chanel->name }} @endif
{{ $user->ip }} {{ $user->box->customer->fullname }} - {{ $user->box->customer->address }} {{ $user->created_at }}
{{ $boxs->appends(@$appends)->links() }}
@endsection @push('styles') @endpush @push('scripts') @endpush