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

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
{{--
DataTables Asset
CETAK PDF CETAK Exel
--}}
@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