@extends('admin.portal') @section('title', 'Tools') @section('header_title', 'Tools') @section('content')
Interactive water management tools
Found {{ $tools->total() }} results for "{{ request('search') }}"
@endif| Tool Info | Status | Views | Actions |
|---|---|---|---|
|
|
{{ number_format($item->views_count ?? 0) }} |
{{ $item->is_active ? 'Published' : 'Draft' }}
@if($item->is_featured)
Featured
@endif
|
|
No Tools Found@if(request('search')) We couldn't find any tools matching your search. @else Get started by adding your first tool. @endif Create New Tool |
|||