@extends('organizations.layouts.default') @section('content')
AI-Enhanced Tools
Create Procurement Documents with AI
Leverage advanced AI models to automate and enhance your procurement document generation process.
  • Time Efficiency: AI can rapidly generate complex procurement documents.
  • Consistency: Ensure standardization across all documents.
  • Cost-Effective: Reduce the need for manual work and repetitive tasks.
  • Accurate: Decrease human errors in document creation.
General Chat AI
Interact with our AI-powered assistant for various tasks and queries.
  • Ask Anything: Get answers to your queries in real-time.
  • Efficiency: Quick responses to help you with routine or complex tasks.
  • 24/7 Support: AI is always available to assist you.
  • Personalized: Tailored responses based on your input.
@if ($records->count())
AI Generated TOR
@forelse ($records as $item) @empty @endforelse
S.N Objective Date Action
{{ nepali_number(++$loop->index) }}. {{ $item->objective_of_assignment }} {{ $item->created_at?->format('Y-m-d') ?? '-' }}
@csrf @method('DELETE')
{{ __('table.no_data') }}
@else

You haven't generated a TOR yet!

It looks like you haven't created your Terms of Reference (TOR) yet. Click the button below to create one now.

Create TOR
@endif
{{ $records->links('pagination::tailwind') }}
@endsection