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

Hello {{ $user->name }}

--}}

{{__('obs.welcome_to_dashboard')}}

{{--
@forelse (quiceAccessList() as $q_access) @empty @endforelse
--}} {{-- class="tab-pane fade" id="formLayout1" role="tabpanel" tabindex="0" --}}
@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
@if(active_user()==1)
@forelse (getDefaultConfigurationSetting() as $name=>$link) @empty @endforelse
@endif @if((active_user()==1) && count(session('sidebar_errors'))) @endif
@endsection {{-- @vite('resources/js/pages/example-form.js') --}} @section('script') @endsection