@extends('layouts.location') @section('title', 'Location User Dashboard') @section('page-title', 'Location User Dashboard') @section('content')

Welcome, {{ \App\Models\LocationUser::find(Auth::id())?->name ?? 'Location User' }}!

You can upload ASN (Advance Shipping Notice) using the sidebar link.

ASN Uploads List

View all your uploaded ASN records.

View ASN Uploads
Replenishment

View bins where transfer quantity meets or exceeds max quantity.

View Replenishment
@endsection