@extends('../layout/' . $layout) @section('head') Login @endsection @section('content')
Logo ORDER BINTANG ASIA

Masuk

@csrf @if ($errors->has('email'))
{{ $errors->first('email') }}
@endif @if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if (session()->get('failedAttempts') >= 3)
{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
@endif
@endsection @section('script') @endsection