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

Physical Stock

@csrf
Stock Information
Date
Remark
Other Information
Item
Physical Quantity
@if(empty(session()->get('cartAdjustment')))
@else @foreach(session()->get('cartAdjustment') as $physical) @endforeach
Item Details
Item Category Unit Phy. Qty Remark Actions
{{$physical['item_name']}}
@endif
@endsection