402.blade.php 139 B

12345
  1. @extends('errors::minimal')
  2. @section('title', __('Payment Required'))
  3. @section('code', '402')
  4. @section('message', __('Payment Required'))