@extends('theme.default.layouts.website') @section('header')

{{ _lang('Sign Up') }}

@endsection @section('content')

{{ _lang('Create Your Account') }}

{{ _lang('Stop wasting time and money designing and managing a website that does not get results. Happiness guaranteed!') }}

@csrf
@if ($errors->has('business_name'))
{{ $errors->first('business_name') }}
@endif
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if ($errors->has('package'))
{{ $errors->first('package') }}
@endif
@if ($errors->has('package_type'))
{{ $errors->first('package_type') }}
@endif

{{ _lang('Client Sign Up') }}
features
@endsection @section('js-script') @endsection