@extends('app') @section('title') {{ __('section_title.login') }} | @endsection @section('content')

{{ __('login.title') }}

@if (session('login_error'))

{{ session('login_error') }}

@endif
@csrf
{{-- --}}
{{--

Don't have an account? Sign Up

--}}
@endsection