@extends('layouts.app') @section('content') Sign in

Sign In

@csrf @error('email') {{ $errors->first('email') }} @enderror @error('password') {{$errors->first('password')}} @enderror

Forgot Password?

@endsection