@extends('layouts.admin') @section('title') Dashboard @endsection @section('content')

{{$newMessageCount}}

@lang('admin.dashboard.today_inbox')

{{$newSentCount}}

@lang('admin.dashboard.today_sent')

{{$totalInbox}}

@lang('admin.dashboard.total_inbox')

{{$totalSent}}

@lang('admin.dashboard.total_sent')

@lang('admin.customers.customer')

@lang('admin.dashboard.revenue')

@endsection @section('extra-scripts') @endsection