@extends('admin.layout.main')
@section('title', 'Dashboard')
@section('content')
{{ $total_transaksi_count }}
Jumlah Transaksi
{{--
95.54% --}}
{{ $total_user }}
Jumlah User
{{--
90.54% --}}
Jumlah Product
{{ $total_product }}
{{--
95.54% --}}
{{ $total_kategori }}
Jumlah Kategori
{{--
90.54% --}}
@endsection
@section('script')
@endsection