master

laravel/framework

Last updated at: 29/12/2023 09:22

402.blade.php

TLDR

This file is a Blade template used for rendering the "Payment Required" error page with a status code of 402.

@extends('errors::minimal')

@section('title', __('Payment Required'))
@section('code', '402')
@section('message', __('Payment Required'))