@php Theme::set('pageTitle', __('Login')); @endphp
@if($backgroundImage = theme_option('authentication_login_background_image'))
{{ __('Login') }}
@endif

{{ __('Welcome back') }}

{!! $form ->formClass('auth-form') ->contentOnly() ->renderForm() !!}
{{ __('Don’t have an account?') }} {{ __('Sign up now') }}