@extends('layouts.logged') @section('content') @include('partials.header', [ 'site_name' => 'Szczegóły dokumentu', 'bread_crumbs' => [ [ 'link' => route('get.documents.index'), 'name' => 'Dokumenty' ] ], 'current' => 'Szczegóły dokumentu' ])

Szczegóły dokumentu - {{ $document->document_name }}

Wysłanie wiadomości Email {{ $document->mail_sent_at }}
Otwarcie linku (pierwsze) {{ $document->link_loaded_at }}
Wysłanie kodu sms {{ $document->code_sent_at }}
Potwierdzenie kodu sms {{ $document->code_confirmed_at }}
Pobranie dokumentu (pierwsze) {{ $document->downloaded_at }}
@endsection