@extends('auth.layout') @section('title') Sign In @endsection @section('help_text') @endsection @section('content')
@csrf
@error('email') {{ $message }} @enderror {{-- {{ session('error') }} --}} {{ session('error') }}
{{ __('Forgot Your Password?') }}
{{ session('password') }}
@endsection