@extends('backend.layout') @section('content')
{{ ($accounts->currentPage() - 1)*10 + 1 }}-{{ ($accounts->currentPage() - 1)*10 + $accounts->count() }} trong {{ $accounts->total() }} bản ghi.
STT | #ID | Họ và tên | Phone | Web | Ref | Dịch vụ | Admin | Agency | Ngày mở | Trạng thái | Action | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ ($accounts->currentPage() - 1)*$accounts->perPage() + $stt + 1 }} | #{{$account->id}} | {{ $account->fullname }} | {{ $account->email }} | {{ $account->phone }} | {{@$account->type}} | {{ $account->ref }} |
@if(@$account->active_service->service)
|
{{ @$account->admin->name }} | {{ @$account->agency->fullname }} | {{ $account->created_at }} | @if($account->email_verified_at) @if($account->status == 1) Hoạt động @else Dừng @endif @else Chưa xác thực @endif |