@extends('layouts.app') @section('title', 'User-wise Sales Report') @section('content')

User-wise Sales Report

User Total Booking Total PAX Total Sale Total Cost Profit
{{ $user ?? 'User 1' }} {{ $total_booking ?? '20' }} {{ $total_pax ?? '25' }} {{ $total_sale ?? '1000000' }} {{ $total_cost ?? '900000' }} {{ $profit ?? '100000' }}
@endsection