@extends('main') @section('title' , '| Posty') @section('content')
shortDesc == NULL ? "hidden" : "" }}>Adres: {{ $checkpoint->shortDesc }}
detailedDesc == NULL ? "hidden" : "" }}>Opis: {{ substr($checkpoint->detailedDesc, 0, 50) }}{{ strlen($checkpoint->detailedDesc) > 50 ? "..." : "" }}
Pokaż