@extends('layouts.account') @section('title', __('Analytics')) @section('heading', __('Analytics')) @section('subheading', __('What your listings are doing.')) @section('account')
{{ $card['value'] }}
{{ $card['hint'] }}
| {{ __('Listing') }} | {{ __('Views') }} | {{ __('Enquiries') }} | {{ __('Rate') }} | {{ __('Actions') }} |
|---|---|---|---|---|
| {{ $row['listing']?->title }} | {{ $row['views'] }} | {{ $row['enquiries'] }} | $row['rate'] >= 2, 'text-text-secondary' => $row['rate'] < 2, ])>{{ $row['rate'] }}% | {{ __('Detail') }} |
{{ __('Visitor counts are approximate: somebody browsing on a phone and a laptop counts twice. We do not track people between devices.') }}
@endsection