{{ $totalRestaurants }}

@lang('modules.dashboard.totalRestaurants')

($percentChange > 0), 'text-red-600 dark:text-red-600' => ($percentChange < 0) ])> {{ round($percentChange, 2) }}%

@lang('modules.dashboard.newThisMonth')

@lang('modules.dashboard.newThisMonth')

{{ $newThisMonth }}

@lang('modules.dashboard.growthRate')

{{ round($percentChange, 1) }}%

@lang('modules.dashboard.recentRestaurants')

@foreach($recentRestaurants as $restaurant)
{{ $restaurant->name }}

{{ $restaurant->name }}

{{ $restaurant->country->countries_name ?? 'N/A' }} • {{ $restaurant->package->package_name ?? 'N/A' }}

{{ $restaurant->created_at->diffForHumans() }}

@if($restaurant->is_active) @lang('modules.dashboard.active') @else @lang('modules.dashboard.inactive') @endif
@endforeach
@script @endscript