@extends('auth.master') @section('content')
{{ trans('auth.verify_email') }}
@if (session('resent'))
{{ trans('auth.fresh_verification_link') }}
@endif {{ trans('auth.check_your_email') }},
{{ trans('auth.request_another_link') }}
.
@endsection