@extends('backend.layout') @section('content')
Địa chỉ |
{{ $item->title }} |
{{ @$item->street->full_name ? 'Đường '.$item->street->full_name.' - ' : '' }} Q.{{ @$item->district->full_name }} | |
Chủ nhà | {{ $item->customer_name ? $item->customer_name : 'Chưa xác định'}} |
Số điện thoại | {{ $item->customer_phone ? $item->customer_phone : 'Chưa xác định'}} |
Số điện thoại khác | {{ $item->customer_sub_phone ? $item->customer_sub_phone : 'Chưa xác định'}} |
Số điện thoại | {{ $item->customer_phone ? $item->customer_phone : 'Chưa xác định'}} |
Số điện thoại khác | {{ $item->customer_sub_phone ? $item->customer_sub_phone : 'Chưa xác định'}} |
Số điện thoại | {{ $item->customer_phone ? $item->customer_phone : 'Chưa xác định'}} |
Số điện thoại khác | {{ $item->customer_sub_phone ? $item->customer_sub_phone : 'Chưa xác định'}} |
Số điện thoại | {{ $item->customer_phone ? $item->customer_phone : 'Chưa xác định'}} |
Số điện thoại khác | {{ $item->customer_sub_phone ? $item->customer_sub_phone : 'Chưa xác định'}} |
Hiển thị | {{ $item->is_public ? 'Công khai' : 'Không công khai'}} |
Trạng thái | {{ $item->status->name }} |
Mô tả |
{!! str_replace(' ', ' ', $item->description) !!} |
Loại bất động sản | {{@$item->category->display_name}} |
Phù hợp | {{$item->suggets->pluck('name')->isEmpty() ? 'N/A' : $item->suggets->pluck('name')->implode(', ') }} |
STT | Tên đại lý | Dịch vụ | Số lượng tài khoản | Số tài khoản hoạt động | Giảm giá | Tổng tiền |
---|---|---|---|---|---|---|
{{ ($agencies->currentPage() - 1)*$agencies->perPage() + $stt + 1 }} | {{ $agency->agency->fullname }} | {{ $agency->service->name}} | {{ $agency->account_quantity}} | {{ $agency->countActiveAccounts()}} | {{ $agency->total_amount}} USD |