@extends('layouts.backend.index') @section('title', $label) @section('content')
No. Adjustment : {{ $inventory->number }}
Tanggal : {{ Common::dateFormat($inventory->dates, 'dd mmmm yyyy') }}
Nama Penginput : {{ $inventory->creator_name }}
@isset($inventory->description) @endisset
Nama Pembuat : {{ @$inventory->user->name }}
Tgl. Dibuat : {{ Common::dateFormat(@$inventory->created_at) }}
Keterangan : {{ $inventory->description }}

No Nama Barang Operation Qty Stok
1 {{ $inventory->inventory->item->name }} {{ $inventory->operation }} {{ number_format($inventory->qty, 0, '', '.') . ' ' . $inventory->inventory->item->uomData->name }} {{ number_format($inventory->balance, 0, '', '.') . ' ' . $inventory->inventory->item->uomData->name }}

@endsection