@extends('layouts.app') @section('title', 'eeter') @section('content') @php($formatter = app(\App\Support\KommFormatter::class))

Eeter

@if ($mode === 'top') Vanemad eespool · Paremad eespool @elseif ($mode === 'index') Vanemad eespool · Paremad eespool @else Tagasi kommentaaride juurde @endif
otsi
mine kuupäevale
@if ($mode === 'search') @if ($searchError)

{{ $searchError }}

@else

Leitud: {{ $total }}@if($capped) (näidatakse {{ $total }} uusimat)@endif

@endif @else

Kommentaare kokku: {{ number_format($total, 0, ',', ' ') }}

@endif @if ($komms->isNotEmpty()) @include('eeter._paging') @foreach ($komms as $komm) @include('eeter._komm', ['komm' => $komm, 'alt' => $loop->index % 2 === 0]) @endforeach @include('eeter._paging') @elseif ($mode === 'search' && ! $searchError)

Midagi ei leitud.

@endif
@if (session('newKomm'))
Kommentaar on lisatud. Mine kommentaari juurde
@endif

Kommentaare kokku: {{ number_format($allTotal, 0, ',', ' ') }}

@auth
@csrf {{-- leht, kuhu kasutaja pärast lisamist jääb --}} @if ($errors->any())
@foreach ($errors->all() as $e)
{{ $e }}
@endforeach
@endif

[b]rasvane[/b] või *rasvane* · [i]kaldu[/i] või _kaldu_ · [small]väike[/small] · [u]alla[/u] · [big]suur[/big] · [quote]tsitaat[/quote]

@else @endauth
@endsection @push('scripts') @endpush