429.blade.php 141 B

12345
  1. @extends('errors::minimal')
  2. @section('title', __('Too Many Requests'))
  3. @section('code', '429')
  4. @section('message', __('Too Many Requests'))