@section('page_css') @endsection
@php $is_paid = cwoIsPaid(Auth::user()->cwo_id); @endphp @if($is_paid == 1)
@if($revenuePermissionCount > 0)
@foreach ($cards as $card) @if($i == 0)
Today's Revenue (Car Wash)
@endif @if($i == 5)
Month To Date Revenue (Car Wash)
@endif @if($i == 10)
Year To Date Revenue (Car Wash)
@endif @if($i == 15)
Total Cars Washed
@endif @if($i == 18)
Total # of Products/Services Sold
@endif @if($i == 21)
Other Products/Services Revenue
@endif @endforeach
@else
Hello {{ Auth::user()->name }}!

Welcome to Autoclick Carwash App partners web administration panel.

@endif
@else
Hello {{ Auth::user()->name }}!

Sorry! Your bill has not been paid. Please pay bill or contact admin.

@endif
@section('page_scripts') @endsection