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

{{ $isFirstUser ? __('app.register_owner_title') : __('app.register_title') }}

{{ $isFirstUser ? __('app.register_owner_subtitle') : __('app.register_subtitle') }}

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
@endsection