@extends('admin.layouts.app') @section('content')
| Name | Latitude | Longitude | Protected | Creation date | Active Comments | Visits | |
|---|---|---|---|---|---|---|---|
| {{ substr($publication->content, 0, 20) }} | {{ $publication->latitude }} | {{ $publication->longitude }} | @if ($publication->is_protected_by_password) YES @else NO @endif | {{ $publication->created_at }} | {{ $publication->comments_counter }} | {{ $publication->visits_counter }} | Details > |