@extends('backoffice.layout.master') @section('setSectionTitle', __('Modifica News')) @section('setSectionButton') {{ __('Torna alla Lista') }} @endsection @section('setContent')
{{ __('Modifica News') }}
@csrf @method('PUT')
{{ __('Creata il') }}: {{ $newsItem->created_at->format('d/m/Y H:i') }} @if($newsItem->updated_at != $newsItem->created_at) | {{ __('Ultimo aggiornamento') }}: {{ $newsItem->updated_at->format('d/m/Y H:i') }} @endif
@endsection