@extends('layouts.app')
@section('title', 'Sign Up - ' . config('app.name'))
@section('content')
@include('pages.auth.partials.register-form-content')
@endsection
{{-- Full content moved to partials/register-form-content.blade.php - do not add content here, edit the partial --}}