@extends('layouts.auth') @section('title', 'Login') @section('content')

Sign in into your account

@csrf @include('common.alert')
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
Show Password
Forgot Password?
@endsection