@extends('admin.layout.master')
@section('title')
Norman Admin | Dashboard
@endsection
@section('content')
Total Earnings
{{$totalEarnings}}EUR
Total Packages
{{$packages}}
Total Categories
{{$categories}}
New User Month
{{$currMnthUsrs}}
New User Today
{{$currDateUsrs}}
Feedback Count
{{$feedbacks}}
@endsection
@section('scripts')
@endsection