@extends('layouts.master-without-nav') @section('title') {{ __("429 Too Many Requests") }} @endsection @section('body') @endsection @section('content')

429

{{ __("Too Many Requests") }}

@endsection