@php $customizerHidden = 'customizer-hide'; $configData = Helper::appClasses(); $pageConfigs['myLayout'] = 'blank'; @endphp @extends('layouts/layoutMaster') @section('title', 'Account Activation') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
{{--
--}}
@if (session('reg-ok'))

Registration Complete

Your account has been successfully created. Please login to start using the system.

@else
@if (session('error')) @endif {{-- @if ($errors->any()) @endif --}} @if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @if (session('status')) @endif

Account Activation

Please fill up all fields to complete your registration.

{!! csrf_field() !!}
{{--
--}}
@endif
{{--
--}} @endsection