@include('layouts.header')
@include('layouts.sidebar')

In-Out

@if (session('success')) @endif @if (session('out-success')) @endif
@csrf
{{--
--}}
@csrf
{{-- --}} @php $no = '1'; @endphp @foreach ($inouts as $inout) {{-- --}} @if ($inout->in_out === 'in') @endif @if ($inout->in_out === 'out') @endif @php $no++; @endphp @endforeach
No Branch Total Quantity In/Out QuantityMarketလက်လီစျေး လက်ကားစျေး ဝယ်စျေး 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 }} {{ $inout->in_out }} {{ $inout->in_out }} Print