@extends('main') @section('title' , '| Organizator') @section('content')

Kody QR:


@foreach ($checkpoints as $checkpoint)

Id: {{ $checkpoint->id }}

shortDesc == NULL ? "hidden" : "" }}>Adres: {{ $checkpoint->shortDesc }}

detailedDesc == NULL ? "hidden" : "" }}>Opis: {{ substr($checkpoint->detailedDesc, 0, 50) }}{{ strlen($checkpoint->detailedDesc) > 50 ? "..." : "" }}

Pokaż
@endforeach
@endsection