@extends('front::auth.layouts.master', ['title' => trans('front::messages.auth.sign-in-to-site') ]) @php $redirect_url = request("redirect") ?: Redirect::intended()->getTargetUrl(); @endphp @section('content') {{ trans('front::messages.auth.sign-in-to-site') }} @csrf {{ trans('front::messages.auth.phone-number') }} {{ trans('front::messages.auth.password') }} {{ trans('front::messages.auth.remember-me') }} {{ trans('front::messages.auth.sign-in-to-site') }} @if (option('forgot_password_link', 'off') == 'on') @endif @if (option('login_with_code', 'off') == 'on') @endif {{ trans('front::messages.auth.are-you-a-new-user') }} @endsection @push('scripts') @endpush