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

{{$new->title}}

{{@$new->city->name}}
{{--
Locație
{{$new->location}}
GPS LAT
{{$new->lat}}
GPS LNG
{{$new->lng}}
--}}
Recomandat
{{$new->featured ? 'Da' : 'Nu'}}
Ultima actualizare
{{ \Carbon\Carbon::parse($new->updated_at)->format('d.m.Y H:i:s') }}
Data
@if($new->date) {{ \Carbon\Carbon::parse($new->date)->format('d.m.Y') }} @endif
{{--

Harta

--}}

Imagini

Descriere

{{$new->description}}
{{--

Atașamente

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