@extends('layouts.app') @push('scripts') @endpush @section('content')

Последнее обновление: {{ is_null($item->last_update) ? 'никогда' : $item->last_update->format('d.m.Y H:i') }}.

@endsection