{{ __('Received Stock') }}

Received Stock History

@forelse ($receivedStock as $output) @empty @endforelse
Product Quantity From Date Received Reason
{{ $output->product->name }}
{{ $output->quantity }} {{ $output->product->unit }}
{{ $output->outputByUser->name }} ({{ $output->outputByUser->role }})
{{ $output->created_at->format('Y-m-d H:i') }}
{{ $output->reason ?? 'N/A' }}
No received stock found.
{{ $receivedStock->links() }}