@extends('layouts.app') @section('content')
{{ config('app.name') }}

@lang("Sign in to your account")

@lang("Welcome! Please sign in to continue.")

@if ($errors->any())
@endif
@csrf
@lang("Enter your email.")
@lang("Enter your password.")
@lang("Forgot password?")
{{--
Or login with
--}}
@endsection @push('js') @endpush