@extends('layouts.madar') @section('title', 'أدوات AI') @section('page_title', 'مكتبة الأدوات') @section('content')
@foreach ($tools as $tool) @if (!empty($tool['route'])) {{ $tool['icon'] }}

{{ $tool['title'] }}

تحليل أسلوبي + صياغة بشرية

@else @endif @endforeach
@endsection @push('head') @vite('resources/js/madar-tools.js') @endpush