@extends(config('template.client.view') . '.login.layout') @if(isset($title)) @section('title', $title) @endif @section('content')
{{ __('main.Please enter your email address and a password of your choice.') }}
{{ __('main.Do you already have an account?') }}
{{ __('main.Login now') }}