@extends('frontend.user.layouts.auth') @section('title', 'Login') @section('content')
{{ __('You can create your own account or log in with the demo account.') }}
| {{ __('Email') }} | {{ __('Password') }} |
|---|---|
| {{ __('user@demo.com') }} | {{ __('123456789') }} |
{{ translate('Please log in to your account to continue.', 'auth') }}
{{ translate('Don’t have an account?', 'auth') }} {{ translate('Sign up now', 'auth') }}