@extends('layouts.adminlayout') @section('content')
Dashboard
@include('admin.partials.flash_messages')
Total Shopkeeper
{{$shopkeeper}}
Total Customer
{{$customer}}
{{--
Other User
{{$other}}
--}}
Total Users
{{$users}}
@endsection