@extends('layouts.landing', ['title' => 'Account - Sign In']) @section('content') Welcome back Don't have an account? Create an account {{-- show error message --}} {{ $type == 'email' ? __('signin.email_invalid') : __('signin.phone_invalid') }} {{-- {{ __('signin.remember_for_30_days') }} --}} {{ $type == 'email' ? __('signin.login_with_phone') : __('signin.login_with_email') }} {{ __('signin.sign_in') }} @endsection @section('scripts') @endsection