@extends('layouts.master') @section('title') @lang('translation.stock') @endsection @section('css') @endsection @section('content')
Stock Inventory
{{-- Sync --}}
@foreach($stocks as $stock) @endforeach
Stock Name List Price (RM) WH Available Balance Description Balance (Loc) All Balance
{{ $stock->AcStockID }}
  • RRP
    {{ $stock->StockPrice1 }}
  • Selling
    {{ $stock->StockPrice2 }}
{{ $stock->StockDescription1 }}
@php($stock_balance = $stock->stockBalance($location_id)->first()) @if($stock_balance) {{ $stock->stockBalance($location_id)->first()->balance }} @else Refresh @endif
0) style="display: none" @endif>
Sorry! No Result Found

We did not find any results for you search.

{{ $stocks->links() }} @if(isset($sync_time))
Last sync was on {{$sync_time}}
@endif
@endsection @section('script') @endsection