@extends('admin.layouts.main') @section('title', 'Dashboard') @section('content') Page Counters

Welcome Lana

{{--
All systems are running smoothly! You have 3 unread alerts!
--}}
people
{{--

31C

Jember

Indonesia
--}}
{{ $jumlah_kategori }}
Jenis Kategori
{{ $jumlah_buku }}
Total Buku
{{ $jumlah_user }}
Users
{{ $total_peminjaman }}
Total Peminjaman

Data Peminjaman

{{--

Order value

12.3k

Orders

14k

Users

71.56%

Downloads

34040

--}}
{{--

Notifications

  • user

    Isabella Becker

    Sales dashboard have been created

    9:30 am
  • user

    Adam Warren

    You have done a great job #TW111

    10:30 am
  • user

    Leonard Thornton

    Sales dashboard have been created

    11:30 am
  • user

    George Morrison

    Sales dashboard have been created

    8:50 am
  • user

    Ryan Cortez

    Herbs are fun and easy to grow.

    9:00 am
--}}
@endsection @section('script') @if(Session::get('login')) @endif @endsection