@extends('layouts.guest') @section('title', __('Payment status')) @section('content')
@if($ok)

{{ __('Payment received') }}

@else

{{ __('Payment status') }}

@endif

{{ $message }}

@if($invoice)
{{ $invoice->number }}
@endif {{ __('Return to home') }}
@endsection