@extends('layouts.admin') @section('title', tr('dashboard')) @section('content-header', tr('dashboard')) @section('breadcrumb') @endsection @section('content') @include('notification.notify') {{ $user_count }} {{ tr('total_users') }} {{ tr('more_info') }} {{ $provider_count }} {{ tr('total_provider') }} {{ tr('more_info') }} {{ $requests_count }} {{ tr('total_requests') }} {{ tr('more_info') }} $ {{ $total_revenue }} {{ tr('total_revenue') }} {{ tr('more_info') }} {{ tr('daily_view_count') }} {{ tr('last_10_days') }} {{ tr('registered_users') }} @if(count($recent_users) > 0) {{ tr('latest_users') }} @foreach($recent_users as $user) {{ $user->name }} {{ $user->created_at->diffForHumans() }} @endforeach @endif @if(count($recent_providers) > 0) {{ tr('recent_providers') }} @foreach($recent_providers as $v => $recent_provider) @if($v < 5) {{ substr($recent_provider->name, 0,50) }} {{ $recent_provider->created_at->diffForHumans() }} @endif @endforeach @endif @endsection @section('scripts') @endsection
{{ tr('total_users') }}
{{ tr('total_provider') }}
{{ tr('total_requests') }}
{{ tr('total_revenue') }}
{{ tr('last_10_days') }}