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

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

@if($users != null) @foreach($users as $stt => $user) @endforeach @endif
STT Dịch vụ Code Nhóm Packages Đơn giá USD USD
(vi.itvjp.com)
Thời gian
sử dụng
Options Trạng thái Action
{{ ($users->currentPage() - 1)*$users->perPage() + $stt + 1 }} {{ $user->name }} {{ $user->code }} {{ $user->group->name }} @if($user->packages != null) @endif {{ number_format($user->price,0,'.','.') }} {{ (float)$user->usd }} $ {{ (float)$user->vi_usd }} $ {{ $user->using_day == 0 ? '7 ngày' : $user->using_day.' tháng'}} @foreach($options as $opt)
@endforeach
@if($user->status == 1) Hoạt động @else Dừng @endif
{{ $users->links() }}
@endsection @push('styles') @endpush @push('scripts') @endpush