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

Halaman Pengadaan

{{--

Tabel Asset

Our Item 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 data
DataTables Asset
@foreach ($asset as $data) @endforeach
No. Seri Nama Deskripsi Gudang Tanggal QR Action
No. Seri Nama Deskripsi Gudang Tanggal QR Action
{{ $data->seri }} {{ $data->name }} {{ $data->description }} {{ $data->warehouse->name }} {{ \Carbon\Carbon::parse($data->date)->format('d-m-Y') }} {{ $data->qr_count }}
@foreach ($asset as $data) @endforeach --}} @endsection