@extends('layouts.marsland') @section('content')
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@csrf @if(env('BILLNET_THEME')) @include('marsland::auth.includes.billnet_register_form') @else @include('marsland::auth.includes.register_form') @endif

{{ _trans('frontend.Please note that fields marked with') }} * {{ _trans('frontend.are required') }}.

@endsection @push('script') @endpush