@extends('auth.layouts.master') @section('title', __('auth.verify')) @section('content')
{{ __('auth.verify_title') }}
@if(isset($setting)) Logo @endif

@if (session('resent')) @endif {{ __('auth.check_your_email') }} {{ __('auth.not_receive_email') }}, {{ __('auth.send_another_request') }}.
@endsection