@extends('welcome') @section('seo_title', __('Login') . ' | ') @section('content')
login

{{__('Login to your account')}}

{{__("Don't have an account?")}} Signup

@csrf
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif {{ __('Log in') }}
@endsection