@extends('layouts.main') @section('title', 'Peminjaman') @section('content')

Tabel Peminjaman

Our Loan Tables are enhanced with the help of the DataTables plugin. This is a powerful tool that allows you to explore return data in a more interactive and efficient way

+ Tambah peminjaman
Data Peminjaman
@php $no_peminjaman = 1; @endphp @foreach ($peminjaman as $data) @endforeach
No Nama Asset Tgl Keluar PJ Keluar Asal Gudang Action
No Nama Asset Tgl Keluar PJ Keluar Asal Gudang Action
{{ $no_peminjaman++ }} {{ $data->asset->name }} {{ \Carbon\Carbon::parse($data->exit_at)->format('d-m-Y') }} {{ $data->exit_pic }} {{ $data->exit_warehouse }}
@foreach ($peminjaman as $data) @endforeach @endsection