@extends('layouts.app') @section('title', 'Create Account') @push('styles') @endpush @section('content')

Create Account

Start managing your server licenses today

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