@extends('layouts.frontend') @section('title', 'নির্বাচনী ইশতেহার - ' . ($settings['site_name'] ?? 'সাংসদ পোর্টাল')) @section('content')

নির্বাচনী ইশতেহার

আমাদের প্রতিশ্রুতি ও অগ্রগতি

{{ $stats['completed'] }}
সম্পন্ন
{{ $stats['ongoing'] }}
চলমান
{{ $stats['pending'] }}
বিচারাধীন
সব @foreach (\App\Models\Manifesto::STATUSES as $key => $label) {{ $label }} @endforeach
@if ($manifestos->count() > 0)
@foreach ($manifestos as $manifesto)
{{ $manifesto->status_label }} @if ($manifesto->category) {{ $manifesto->category_label }} @endif

{{ $manifesto->title }}

@if ($manifesto->description)

{{ $manifesto->description }}

@endif
{{ $manifesto->progress_percentage }}%
@endforeach
{{ $manifestos->links() }}
@else

কোনো ইশতেহার পাওয়া যায়নি

এই বিভাগে এখনো কোনো ইশতেহার যোগ করা হয়নি।

@endif
@endsection