@if (auth()->user()->myrole == 1)
{{-- total order --}}
{{-- total user --}}
{{-- total shop --}}
{{-- total income --}}
{{ number_format($totalIncome, 2) }}
@elseif(auth()->user()->myrole == 3)
{{ $ownerNotificationOrders }}
{{-- total order --}}
{{-- total Booking --}}
{{ $ownerTotalReservations }}
{{-- total income --}}
@elseif(auth()->user()->myrole == 4)
{{-- Notification order --}}
{{ $notificationOrders }}
{{-- total Order --}}
{{ $totalDaliveryOrders }}
{{-- total income --}}
@endif