No |
Kode Peti |
Nama Customer |
Kode |
Tgl Peminjaman |
PJ Peminjaman |
Tujuan WH Peminjam |
Action |
@php
$no_peminjaman = 1;
@endphp
@forelse ($peminjaman as $data_peminjaman)
{{ $no_peminjaman++ }} |
{{ $data_peminjaman->peti->fix_lot }} |
{{ $data_peminjaman->peti->customer->name }} |
{{ $data_peminjaman->peti->customer->code_customer }} -
{{ $data_peminjaman->peti->tipe_peti->type }} |
{{ \Carbon\Carbon::parse($data_peminjaman->exit_at)->format('d/m/Y') }} |
{{ $data_peminjaman->exit_pic }} |
{{ $data_peminjaman->warehouse->name }} |
|
@empty
Data Kosong |
@endforelse
@if (!$peminjaman->isEmpty())
Showing {{ $peminjaman->firstItem() }} to
{{ $peminjaman->lastItem() }} of
{{ $peminjaman->total() }} entries
@endif
@if ($peminjaman->total() > $peminjaman->perPage())
@endif