@extends('layouts.auth.auth') @section('title', 'Register') @section('content')
@csrf
Sudah punya akun?
@if (session('account_exists')) @endif
@endsection