@extends('layouts.app') @section('title','Register — Rukay\'s') @section('content')

Create Account

Join Rukay's and enjoy seamless booking

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
Already have an account? Sign in
@endsection