@extends('layouts/user_type/auth') @section('content')
@foreach ($tools as $tool) @endforeach
ID Name Description Action
{{ $loop->iteration }} {{ $tool->tool_name }} {{ $tool->tool_description }}
{{-- Edit: open the same create‐tool form with “transfer-call” --}} {{-- (Trash can remain unchanged, or you can wire it up later) --}}
ID Name Email Role Creation Date Verified Action
@endsection