@extends('layouts.admin') @section('content')

Pending Collectables

Pending Collectables

@foreach ($collection as $item) @endforeach
id Owner Origin State Description Common Name Material Type Description Type Registration # Action
{{ $item->id }} {{ $item->user->name ?? ($item->organization->name ?? '') }} {{ $item->origin }} {{ $item->state }} {{ $item->description }} {{ $item->common_name }} {{ $item->material }} {{ $item->type_description }} {{ $item->type }} {{ $item->registration_number }}
@method('put') @csrf
@method('put') @csrf
@endsection @section('js') @endsection