@extends('admin.layout.master') @section('title','DASHBOARD') @section ('content')

Welcome To Dashboard

@include('payroll.dashboard')
@forelse (adminAsignedModuleList() as $module) @empty @endforelse
{{-- @for ($i = 0; $i < 10; $i++) --}} @forelse (adminAsignedWarehouseList()->where('type',2) as $warehouse) @empty @endforelse
@forelse (adminAsignedWarehouseList()->where('type',3)->where('parent_id',current_warehouse()) as $store) @empty @endforelse
@endsection @section('script') @endsection