@extends('front.front_layouts') @section('content')

{{ $frontSetting->register_title }}

{{ $frontSetting->register_description }}

{{ html()->form('POST', '')->class(['ajax-form'])->id('ajax-register-form')->open() }}
{{ html()->form()->close() }}
@include('front.includes.header_feature_lists')
@endsection @section('scripts') @endsection