@extends('layouts.app') @section('head') @endsection @section('content')
Bengkel Online Logo RBGarage

Create Account

Join our service platform today

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

Already have an account? Sign in here

@endsection