@lang('Register')

@lang("Please fill up the form below to register.")

@include('auth.social_login_buttons')
@lang("* All fields are required.")
@include('flash::message') @if ($errors->any()) @endif
@csrf