@extends('layouts.master') @section('title', __('Login')) @push('styles') @endpush @section('content') {{ __('Check Your Inbox') }} {{ __('We just sent a magic link in your E-mail') }} {{ __('Click the link in your E-mail to Log in') }} {{ __('Missing Emails! Have you checked your Spam Folder?') }} {{ __('Check your email or try again in') }} {{ __('seconds') }} @endsection @push('scripts') @endpush
{{ __('We just sent a magic link in your E-mail') }}
{{ __('Click the link in your E-mail to Log in') }}
{{ __('Missing Emails! Have you checked your Spam Folder?') }}
{{ __('Check your email or try again in') }} {{ __('seconds') }}