@extends('layouts.admin') @section('title') {{$new->title}} @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.news.view', $new) }} @endsection @section('content') @section('buttons') @endsection

{{$new->title}}

{{@$new->city->name}}
Locație
{{$new->location}}
GPS LAT
{{$new->lat}}
GPS LNG
{{$new->lng}}
Recomandat
{{$new->featured ? 'Da' : 'Nu'}}
Ultima actualizare
{{$new->updated_at}}
Data
{{$new->date}}

Harta

Imagini

Descriere

{{$new->description}}

Atașamente

@if($new->files && count($new->files)) @foreach($new->files as $file) @endforeach
Numer Actiune

{{ $file->name }}

@endif
@endsection