2024-03-26 09:44:52 +00:00
|
|
|
@extends('layouts.base')
|
2023-05-04 20:29:14 +00:00
|
|
|
|
2026-08-03 21:11:54 +00:00
|
|
|
@section('body')
|
2026-08-06 19:29:26 +00:00
|
|
|
<body class="error-page-body text-black dark:text-inherit">
|
2026-08-03 21:11:54 +00:00
|
|
|
<x-toast />
|
|
|
|
|
<x-error-page
|
|
|
|
|
code="402"
|
|
|
|
|
title="Payment required"
|
|
|
|
|
description="A valid subscription or payment is required to continue." />
|
|
|
|
|
</body>
|
|
|
|
|
@endsection
|