@extends('backend.layout') @section('content')
{{ ($users->currentPage() - 1)*10 + 1 }}-{{ ($users->currentPage() - 1)*10 + count($users) }} trong {{ $users->total() }} bản ghi trong {{ isset($_GET['success']) ? 'phim hoàn tất.' : 'phim chưa duyệt.' }}
STT | Phim | Nhà sx | Thể loại | Diễn viên | Lượt xem | Trạng thái | Ngày tạo | Action | |
---|---|---|---|---|---|---|---|---|---|
{{ ($users->currentPage() - 1)*$users->perPage() + $stt + 1 }} |
@if($user->image)
|
{{ mb_strtoupper($user->name) }} |
@if($user->categories->isNotEmpty())
No categories found. @endif |
|
@if($user->status == 1) Hoạt động @else Dừng @endif | {{ date('Y/m/d',strtotime($user->created_at)) }} |