@extends('admin.partials.layout') @section('css') @endsection @section('content') @if(Auth::user()->permission('users.dashboard'))

Dashboard

@foreach ($dashboard as $item)

{{$item}}

@endforeach {{--
user

Reports Management

user

Master Data

--}}

ORDER,S

{{ $totalOrder }}

COLLECTION

{{ $totalCollection }}

CATEGORY

{{$totalCategory}}

PRODUCTS

{{$totalProduct}}

@endif @endsection @section('js') @endsection