@extends('layouts.main') @section('title', 'Register - Rei Cosrent') @section('styles') @endsection @section('content')

Daftar Akun

Buat akun user baru

@if(session('success')) @endif @if(session('error')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Hanya huruf kecil, angka, dan underscore (_). Tidak boleh ada spasi. @error('username')
{{ $message }}
@enderror
Email yang unik akan digunakan untuk verifikasi akun. @error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror

Sudah punya akun? Login Sekarang

@endsection @section('scripts') @endsection