@extends('layouts.auth') @section('auth-style') @endsection @section('content')
@include('auth.partials.form-error')
@lang('navbar.register')
@csrf
@include('auth.register.inc.wizard-reg-form')
@endsection @section('auth-js') @endsection