@extends("landingpage::themes.{$activeTheme}.layouts.app") @section('meta_title', $pageTitle ?? 'Current Tenders') @section('meta_description', $metaDescription ?? 'Find and apply for current tender opportunities.') @section('content')
{{ $metaDescription }}
@endifCompany: {{ $tender->company->name }}
@endifLocation: {{ $tender->location ?? 'N/A' }}
{{ Str::limit($tender->description ?? 'No description provided.', 200) }}
Budget: {{ $tender->currency }} {{ number_format($tender->budget_min,0) }} - {{ number_format($tender->budget_max,0) }}
Deadline: {{ $tender->deadline ? $tender->deadline->format('F j, Y, g:i a') : 'Not specified' }}
View DetailsNo open tenders found at the moment. Please check back later.
@endif