@extends('dashboard.layouts.master') @section('title', __('backend.dashboard')) @push('after-styles') @endpush @section('content')

{{ __('backend.hi') }} {{ Auth::user()->name }} , {{ __('backend.welcomeBack') }}

@csrf

Latest Business ({{$totalbusiness}})

View All
@forelse($latest_business as $business) @empty @endforelse

Latest Events ({{ $totalevent }})

View All
@forelse($latest_events as $event) @empty @endforelse
@endsection @push('after-scripts') @endpush