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

{{ ($users->currentPage() - 1)*10 + 1 }}-{{ ($users->currentPage() - 1)*10 + count($users) }} trong {{ number_format($users->total(),0,'.','.') }} bản ghi

@if($users != null) @foreach($users as $stt => $user) @endforeach @endif
STT Kênh Chương trình Bắt đầu Kết thúc Xem lại Vod Get link Action
{{ ($users->currentPage() - 1)*$users->perPage() + $stt + 1 }} {{ $user->chanel->name }} {{ $user->program }} {{ $user->start_time }} {{ $user->end_time }} @if(time() > strtotime($user->end_time)) Xem @endif @if(time() > strtotime($user->end_time)) Tạo vod @endif @if(time() > strtotime($user->end_time)) Get link @endif
{{ $users->appends($appends)->links() }}
@push('styles') @endpush @endsection @push('scripts') @endpush