@extends('layouts.empty') @section('content')
{{ __('Register your Church here') }}
@if (\Config::get('settings.register') == 1)
Register page is under maintenance!!!
@else @include('partials.message')
@csrf

{{ $errors->first('g-recaptcha-response') }}

Already have accountSign in here

@endif
@endsection @push('scripts') @endpush