@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.

@if($account_services != null) @foreach($account_services as $stt => $account_service) @endforeach @endif
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 }}
{{ $account_services->appends(@$_GET)->links() }}
@endsection @push('styles') @endpush @push('scripts') @endpush