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
Shop Code
@foreach ($shops as $shop)
{{ $shop['name'] }} - {{ $shop['city'] }}
@endforeach
Type to search or select from your shops
Owner:
Phone:
Location:
📊 Past 2 Weeks Activity
Units Refilled
0
Units Sold
0
@if ($products->count() > 0)
@endif
Units Sold
Number of units/products sold
Cash Collected (Rs.)
Payment Method
Cash
Immediate payment
Credit
Pay later
Add one Extra Product (Bonus)
🎁 Cash payment incentive - Give 1 extra unit for free!
Refill Quantity
Units to refill (usually same as units sold)
Save All (Sale + Payment + Refill)
Back to Dashboard