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

Welcome To Dashboard

{{--
@forelse (quiceAccessList() as $q_access) @empty @endforelse
--}}
@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
@php $have_notice=0 @endphp
@foreach ($notices as $notice) @if(count(array_intersect($notice->role_ids->pluck('id')->toArray(),activeRole()->toArray())) > 0) @php $have_notice=1 @endphp @endif @endforeach
@if($have_notice==0)

No Notice Found

@endif
@forelse (getDefaultConfigurationSetting() as $name=>$link) @empty @endforelse
@endsection @section('script') @endsection