@extends('layouts.auth_customer') @section('title','Sign up') @section('content')

@lang('auth.registration.title')

@csrf @if(request()->get('plan')) @endif
{!! trans('auth.terms_condition',['terms'=>'Terms and Condition']) !!}
@if(get_settings('registration_status')=='enable') @if(get_settings('recaptcha_site_key')) @else @endif @endif
@endsection @section('extra-script') @endsection