@extends('layouts.admin') @section('styles') @endsection @section('app')
@foreach ($inventory as $item) @endforeach
No Nama Kuantitas Harga Total Gambar Deskripsi Tanggal Aksi
{{ $loop->iteration }} {{ $item->name }} {{ $item->quantity }} {{ formatToRupiah($item->price) }} {{ formatToRupiah($item->price * $item->quantity) }} @if ($item->attachment && $item->attachment->formatted_attachment) attachment->formatted_attachment}") }}"> attachment->formatted_attachment}") }}" alt="{{ $item->name }}" width="77" height="77"> @else Default Image @endif {{ $item->description }} {{ formatDateIndo($item->created_at) }}
  • @csrf @method('delete')
@endsection @section('afterScripts') @endsection