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

Login Pengunjung

Masuk dengan akun anggota Anda

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Belum punya akun? Daftar Sekarang
@endsection