@extends('auth.app') @section('content')

Login Here

@csrf
@error('email') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
{{--
Want to create a new account? Sign Up here
--}} {{--
@if (Route::has('password.request')) Forgot password? Password Reset here @endif
--}}
@endsection