@extends('layouts.home') @section('title', 'Keep your secrets!') @section('custom') @stop @section('content') @auth @endauth

@if (app()->isLocale('it'))
@lang('send/read.welcome', ['visibleName' => $user, 'date' => date('d/m/Y', strtotime($date)), 'time' => date('H:i', strtotime($date))])
@else
@lang('send/read.welcome', ['visibleName' => $user, 'date' => date('m/d/Y', strtotime($date)), 'time' => date('H:i', strtotime($date))])
@endif
@stop @section('js') @stop