@extends('laravel2step::layouts.app') @section('title') {{ trans('laravel2step::laravel-verification.title') }} @endsection @php switch ($remainingAttempts) { case 0: case 1: $remainingAttemptsClass = 'danger'; break; case 2: $remainingAttemptsClass = 'warning'; break; case 3: $remainingAttemptsClass = 'info'; break; default: $remainingAttemptsClass = 'success'; break; } @endphp @section('content')
{{ trans('laravel2step::laravel-verification.subtitle') }}