@extends('layouts.master') @section('top') @endsection @section('content')

{{ \App\User::count() }}

Users

@if(Auth::check() && Auth::user()->role == "admin") More info @elseif (Auth::check()) More info @endif

{{ \App\Category::count() }}

Category

More info

{{ \App\Product::count() }}

Product

More info

{{ \App\Customer::count() }}

Customer

More info

{{ \App\Staff::count() }}

Staff

@if(Auth::check() && Auth::user()->role == "admin") More info @elseif (Auth::check()) More info @endif

{{ \App\Supplier::count() }}

Supplier

More info

{{ \App\Product_Masuk::count() }}

Product In

More info

{{ \App\Product_Keluar::count() }}

Product Out

More info
@endsection @section('top') @endsection