@extends('layouts.app')
@section('content')
@if(Auth::user()->role_id == 1)
{{count($Agents)}}
Total Agents
@endif
{{count($Employees)}}
Total Users
{{count($Bookings)}}
Total Hotelbookings
{{ number_format($Dashboardval->total_revenue) }} {{$Currency->c_shortname}}
Total Revenue
{{ number_format($Dashboardval->total_commission) }} {{$Currency->c_shortname}}
Commission Earned
@endsection