@extends('layouts.register-base', ['title' => 'Register']) @section('css') @endsection @section('content')

Let's start journey with GraphicsZoo

{{ $tagline ?? 'Ready to get started? Register a new account; it takes less than a minute.' }}

@if ($selected_plan)
@endif
@include('admin.subscription.inc.payment-form')
@endsection @section('script') @endsection