@extends('layouts.app') @section('title', 'Profit Reports') @section('page-wrapper')
| Month | Total Bookings | Base Cost | @if (Auth::user()->role_id == 1 || Auth::user()->role_id == 2)Admin Commission | @endif @if (Auth::user()->role_id == 1)Superadmin Commission | @endifRazorpay Commission | Franchise Earnings | Total Booking Amount |
|---|---|---|---|---|---|---|---|
| Total: | 0.00 | ₹0.00 | @if (Auth::user()->role_id == 1 || Auth::user()->role_id == 2)₹0.00 | @endif @if (Auth::user()->role_id == 1)₹0.00 | @endif₹0.00 | ₹0.00 | ₹0.00 |
| Gross Total: | 0.00 | ₹0.00 | @if (Auth::user()->role_id == 1 || Auth::user()->role_id == 2)₹0.00 | @endif @if (Auth::user()->role_id == 1)₹0.00 | @endif₹0.00 | ₹0.00 | ₹0.00 |