@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

@php $filename = basename($new->file); // Extract the filename from the path @endphp {{ $filename }}
@endsection @push('scripts') @endpush