@extends('layouts.app') @section('content')

Outward Stock View

Reset
@forelse($stocks as $row) @empty @endforelse
OS Number Invoice Outward Date Given To Item Particular Specification Model Qty Remarks Actions
{{ $row->os_number }} {{ $row->purchaseStock->invoice_number ?? 'N/A' }} {{ $row->outward_date }} {{ $row->given_to }} {{ $row->purchaseStock->item_name ?? '' }} {{ $row->purchaseStock->particular_name ?? '' }} {{ $row->purchaseStock->specification ?? '' }} {{ $row->purchaseStock->model_number ?? '' }} {{ $row->qty }} {{ $row->remarks }} Edit
No records found
{{ $stocks->withQueryString()->links() }}
@endsection