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

Masuk ke Akun Anda

@if ($errors->any())

Terjadi kesalahan

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Atau masuk dengan
@csrf
@if (Route::has('password.request')) Lupa password? @endif

Belum punya akun? Daftar sekarang

@endsection