@extends('layouts.guest', ['title' => __('app.create_account').' — BloomFeed']) @php($isFirstUser = ! \App\Models\User::query()->exists()) @section('content')
{{ $isFirstUser ? __('app.register_owner_subtitle') : __('app.register_subtitle') }}
@if ($errors->any())