@extends('layouts.auth') @section('template_title') {!! trans('titles.exceeded') !!} @endsection @section('content')

{{ trans('titles.exceeded') }}

{!! trans('auth.tooManyEmails', ['email' => $email, 'hours' => $hours]) !!}

@endsection