@extends('app') @section('content')
Υπενθύμιση {{ $reminder->date->formatLocalized('%a %e ,%b %Y') }}
Δημιουργήθηκε {{ $reminder->created_at->formatLocalized('%a %e ,%b %Y') }}
{{ $reminder->comment }}
@stop @section('scripts') @stop