@extends('auth.layouts.app') @section('content')
Sign In
@csrf @if ($errors->has('email')) {{ $errors->first('email') }} @endif
Email
Password
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif
@endsection