@extends('layouts.'.env('THEME')) @section('content')
Appointments in the next 7 days
@if($appointments->count() > 0) @foreach($appointments as $apo) {!! $apo->getAdminInfoLine() !!}
@endforeach @else No appointments @endif
View full schedule
Summary live™ updates live as leads are aquired

We currently have {{ $lead_states['GL9 postcode'] }} leads in GL9.

  • Estimated voucher value: £{{ number_format( $estimateVoucherValue) }}
  • Estimated annual revenue: £{{ number_format( ($estimateRevenue*12)) }}
  • *estimates calculated using an average figure from the {{ $lead_states['Package selected'] }} leads we already have that have specified their desired package.

We currently have {{ $lead_states['Package selected'] }} leads who have selected packages that will give us a annual revenue of £{{ number_format( ($revenuePotential*12)) }}. their voucher value is £{{ number_format( $voucherValue) }}.

Leads acquired over past 30 days
Lead states
Packages selected
How leads were aquired
Postcode search count
@foreach($pq_data['stats'] as $postcode => $stats) @endforeach
Postcode Last searched This week This month Leads All time
{{$postcode}} {{$stats['last_searched']}} {{$stats['week']}} {{$stats['month']}} {{$stats['leads']}} {{$stats['total']}}
@endsection