@extends('layouts.public') @section('title', $candidate->name . ' — Manifesto') @section('content')

{{ $candidate->name }}

Running for: {{ $candidate->position->name }}

@if($candidate->photo) {{ $candidate->name }} @else
@endif

{{ $candidate->name }}

{{ $candidate->position->name }} @if($candidate->manifesto) Download Manifesto (PDF) @endif Back to All Candidates
@if($candidate->bio)
Biography

{{ $candidate->bio }}

@endif @if($candidate->campaign_message)
Campaign Message

{{ $candidate->campaign_message }}

@endif @if($candidate->manifesto)
Manifesto Document

The candidate has uploaded a full manifesto document.

View / Download PDF
@endif
@endsection