>
|
{{ $site->building_name }}
|
|
{{ $site->address }}
|
|
{{ $site->state_code }}
|
|
Tel: {{ $site->no_tel }} / Faks : {{ $site->no_fax }}
|
|
Email: {{ $site->email }}
|
| |
|
| |
| No.Kompaun / No. Siri |
: {{ $compound->kpd }} / {{ $file->no_siri }} |
| Tarikh & Masa |
: {{ $now }} |
|
|
| |
| # |
JENIS |
BILANGAN |
HARGA (per/item) |
LOKASI GUDANG |
@if(!empty($file->ItemInventory))
@foreach($file->ItemInventory as $k => $i)
| {{ $k += 1 }} |
{{ $i->jenis }} |
{{ $i->bilangan }} |
{{ $i->harga }} |
{{ $i->lokasi_gudang }} |
@endforeach
@else
| Tiada Data |
@endif
| # |
JENIS |
BILANGAN |
HARGA (per/item) |
LOKASI GUDANG |
|