@extends('layouts.app') @section('content')
@forelse ($inventory as $item) @empty @endforelse
Inventory ID Product Image Gold Type Type Type Code Weight (g) Price (MYR) Action
{{ $item->inv_id }}
@if ($item->image_url) {{ $item->inv_id }} @else null @endif
{{ $item->gold_type }}
{{ $item->type }}
{{ $item->type_code }}
{{ $item->weight }}
{{ $item->price }}
Admin Empty

No inventory items found.

@endsection @section('styles') @endsection @section('scripts') @endsection