@extends('layouts.login_header') @section('content')

Welcome back!

Happy to see you again!
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
Forgot password?
{{--
Don't have an account? Create
--}}
@endsection