@extends('layouts.guest') @section('title', __('auth.login')) @section('content')
{!! __('auth.login_welcome', ['app_name' => env('STORE_NAME')]) !!}
{{ __('auth.login_notes') }}