@extends("layouts.app") @section('title', 'Register | GrowUp') @section('cssExternal') @endsection @section('content')

Register GrowUp

Buat akun kamu dan nikmati semua fitur


@csrf
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@error('password_confirmation') {{ $message }} @enderror
checkbox.png
Atau {{-- OPSI LOGIN --}} Sudah punya akun? Login Disini

{{-- OPSI DAFTAR MENTOR --}} Ingin jadi mentor? Daftar Disini
auth.png
@endsection