@extends('layouts.app') @section('content')
| Branch | Product Name | Product Code | Unit | Quantity |
|---|---|---|---|---|
| {{ $stockproduct->branch->branch_name ?? '' }} | {{ $stockproduct->product->product_name ?? '' }} | {{ $stockproduct->product->product_code ?? '' }} | {{ $stockproduct->product->unit->unit_name ?? '' }} | {{ round($stockproduct->stock_qty) }} |
| @lang('general.no_details_found') | ||||