@extends('layouts.app') @section('title','Tools') @section('page-title','Tools Register') @section('content')
@forelse($tools as $t) @empty @endforelse
TagNameCategoryTotal QtyAvailableConditionProject
{{ $t->tag_number }} {{ $t->name }} {{ $t->category }} {{ $t->quantity }} {{ $t->available }} {{ $t->condition }} {{ $t->project->name ?? '-' }}
No tools registered.
@endsection