@include('layouts.header')
No | Branch | Total Quantity | In/Out Quantity | {{--Market | --}}လက်လီစျေး | လက်ကားစျေး | ဝယ်စျေး | Date | Remark | In/Out | Action | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $no }} | @if ($inout->warehouse) {{ $inout->warehouse->name }} @else N/A @endif | {{ $inout->total_quantity }} | {{ $inout->quantity }} | {{--{{ $inout->mingalar_market }} | --}}{{ number_format($inout->retail_price ?? 0, 2) }} | {{ number_format($inout->wholesale_price ?? 0, 2) }} | {{ number_format($inout->buy_price ?? 0, 2) }} | {{ $inout->date }} | {{ $inout->remark }} | @if ($inout->in_out === 'in'){{ $inout->in_out }} | @endif @if ($inout->in_out === 'out'){{ $inout->in_out }} | @endif