@extends('layouts.app') @section('template_title') {!! trans('titles.exceeded') !!} @endsection @section('content')
{!! trans('auth.tooManyEmails', ['email' => $email, 'hours' => $hours]) !!}