@if ($motion)

{{ $motion->titel }}

@if (! empty($motion->undertitel))

{{ $motion->undertitel }}

@endif
{{ $motion->subtyp }}
Beteckning
{{ $motion->rm }}:{{ $motion->beteckning }}
Datum
{{ \Carbon\Carbon::parse($motion->datum)->format('Y-m-d') }}
Status
{{ $motion->status }}
Utskott
{{ $motion->organ ?: 'Ej tilldelat' }}
@if (! empty($motion->dokument_url_html)) Läs fullständig motion @endif Visa på riksdag.se
@if (! empty($motion->summary))

Sammanfattning

{!! strip_tags($motion->summary, '') !!}
@endif @if ($this->authors->isNotEmpty())

Motionärer ({{ $this->authors->count() }})

@foreach ($this->authors as $author)
{{ $author->namn }}
{{ $author->partibet }}
Visa profil
@endforeach
@endif @if ($this->attachments->isNotEmpty())

Bilagor

@foreach ($this->attachments as $file)
@if ($file->typ == 'pdf') @elseif ($file->typ == 'docx') @else @endif
{{ $file->namn }}
{{ strtoupper($file->typ) }} • {{ number_format($file->storlek / 1024, 1) }} KB
Ladda ner
@endforeach
@endif

Teknisk information

Dokument-ID
{{ $motion->dok_id }}
Publicerad
{{ \Carbon\Carbon::parse($motion->publicerad)->format('Y-m-d') }}
Systemdatum
{{ \Carbon\Carbon::parse($motion->systemdatum)->format('Y-m-d H:i') }}
Källa
{{ $motion->kalla }}
@else

Motion inte hittad

Motionen med ID {{ $motionId }} kunde inte hittas.

Tillbaka till sökning
@endif