Quick Entry

Agent: {{ $agent->code }}

@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
Error: {{ session('error') }}
@endif @if ($errors->any())
Error: {{ $errors->first() }}
@endif
@csrf
@foreach ($shops as $shop) @endforeach
Type to search or select from your shops
@if ($products->count() > 0) @endif
Number of units/products sold
Units to refill (usually same as units sold)
Back to Dashboard