@extends('layouts.user_type.auth') @section('content')

Total Tourist

{{ $total }} Total
@php $isadmin = auth()->user()->role === 'Admin'; @endphp @if($isadmin)

Number Of Staff

{{ $staff }} Total
@else @endif

Number Female

{{ $femaleCount }} Total

Number Male

{{ $maleCount }} Total
Tourist Overview

10% more {{ $currentYear }}

Tourist

this month

@foreach($allTourist as $tourist) @endforeach
Address Male Female Total

{{ $tourist->address }}

{{ $tourist->male_count }}

{{ $tourist->female_count }}

{{ $tourist->total_count }}

Total Tourist : {{ $total }}

@endsection @push('dashboard') @endpush