@extends('layouts.app') @section('title', __('Request received')) @section('content')

{{ __('Got it — your request has been sent.') }}

{{ __('Your accountant has been notified. You will get an email when the result is ready (usually within 48 hours).') }}

{{ __('Reference') }}: #{{ $submission->id }}
@php $minutesLeft = (int) max(0, $cancelWindowMinutes - $submission->created_at->diffInMinutes(now())); @endphp @if($submission->status === \App\Models\FileSubmission::STATUS_RECEIVED && $minutesLeft > 0)
@csrf
@endif
{{ __('Make another request') }} {{ __('See my analyses') }}
@endsection