@extends('backend.layout') @section('content')
{{ ($account_services->currentPage() - 1)*10 + 1 }}-{{ ($account_services->currentPage() - 1)*10 + $account_services->count() }} trong {{ $account_services->total() }} bản ghi.
STT | Dịch vụ | Ngày bắt đầu | Ngày hết hạn | Thời gian đăng ký |
---|---|---|---|---|
{{ ($account_services->currentPage() - 1)*$account_services->perPage() + $stt + 1 }} | {{ $account_service->service->name }} | {{ @$account_service->started_at ? $account_service->started_at->format('Y-m-d') : '' }} | {{ @$account_service->expiration_at ? $account_service->expiration_at->format('Y-m-d') : '' }} | {{ @$account_service->created_at }} |