VMS Logo

Declare Your Items

Hello, {{ $user->name }}. Please check any items you have with you or add new ones.

@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if($pastItems->count() > 0)

Previously Recorded Items

@foreach($pastItems as $item) @endforeach
@endif

Add New Items