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

Thông tin đại lý : {{$item->fullname }}

Danh sách @include('backend.web.agency.nav')
@foreach($accounts as $account) @if ($account->is_active==1) @else @endif @endforeach
STT Tên Email Ngày mở Ngày kích hoạt Gói sử dụng Hạn sử dụng Trạng thái Website
{{ $loop->index + 1 }} {{ $account->fullname }} {{ $account->email }} {{ $account->created_at }}{{$account->active_at}}Chưa kích hoạt{{@$account->active_service->service->name}} @if(isset($account->active_service->started_at))
  • {{ @$account->active_service->started_at->format('Y-m-d') }} to {{ @$account->active_service->expiration_at->format('Y-m-d') }}
  • @endif
    @if($account->status == 1) Hoạt động @else Dừng @endif {{$account->type}}
    {{ $accounts->appends(@$_GET)->links() }}
    @endsection @push('styles') @endpush @push('scripts') @endpush