Revenue Report

@foreach($bookings as $record) @if(isset($record->service_name)) @endif @endforeach
Date User Service Price
{{ $record->created_at }} {{ $record->name }} {{ $record->category }} - {{ $record->service_name }} {{ number_format($record->total, 0, '.', '.') }}

Total Revenue per Service

@foreach($totalRevenuePerService as $service => $total) @endforeach
Service Total Revenue
{{ $service }} {{ number_format($total, 0, '.', '.') }}