@section('title', 'Daftar Online') @extends('Frontend.Layouts.app2') @section('content')

Formulir Pendaftaran

Lengkapi data Anda untuk melanjutkan proses pendaftaran

@if ($errors->any())

Terjadi Kesalahan!

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @csrf
@error('lulusan')

{{ $message }}

@enderror

(KOSONGKAN FORMULIR DI BAWAH INI JIKA BELUM BEKERJA)

@error('g-recaptcha-response')

{{ $message }}

@enderror
@endsection