@extends('layouts.app') @section('title', 'Register') @section('content')
@php $settings = App\Models\Setting::first(); @endphp @if($settings && $settings->logo) {{ $settings->site_name }} @else

{{ $settings->site_name ?? 'BuyBlox' }}

@endif

Join Us Today! 🚀

Create your account and start shopping

@csrf

We'll send your items to this Roblox username

Already have an account?

Sign in to your account

@endsection