@extends('layouts.app') @section('content')
@lang('app.register')
@include('admin.flash_msg') @include('auth.social_login')
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
{{--
@if ($errors->has('user_name')) {{ $errors->first('user_name') }} @endif
--}}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if(get_option('enable_recaptcha_registration') == 1)
@if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
@endif
@endsection @if(get_option('enable_recaptcha_registration') == 1) @endif