{{--
@csrf
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif {{ __('Log in') }}
--}} @extends('layouts.app') @section('title') Masuk @endsection @section('content') {{--
@csrf
Need Help?
Forgot Code?
--}}
{{--
Silahkan Masuk Ke akun Anda!
--}}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{ __('message.Anda baru bergabung?') }} {{ __('message.Daftar') }}
@endsection