@extends('front.layout') @section('pagename') - {{ $package->title }} @endsection @section('meta-description', !empty($package) ? $package->meta_keywords : '') @section('meta-keywords', !empty($package) ? $package->meta_description : '') @section('breadcrumb-title') {{ $package->title }} @endsection @section('breadcrumb-link') {{ $package->title }} @endsection @section('content')
@csrf
@if ($hasSubdomain)

{{ __('Your subdomain based website URL will be') }}: {username}.{{ env('WEBSITE_HOST') }}

@endif

@error('username')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@if ($bs->is_recaptcha == 1)
{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} @if ($errors->has('g-recaptcha-response')) @php $errmsg = $errors->first('g-recaptcha-response'); @endphp

{{ __("$errmsg") }}

@endif
@endif
@endsection @section('scripts') @if ($hasSubdomain) @endif @endsection