@extends('layouts.app') @section('content')
branding logo

{{trans('auth.login')}}

{{trans('auth.welcome_back')}}

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
{{trans('auth.remember_me')}}
@endsection