@extends('layouts.empty') @section('content')
@include('layouts.partials.logo')
{{ __('Register your School here') }}
@if(\Config::get('settings.register')==1)
Register page is under maintenance!!!
@else
@csrf
@if ($errors->has('school_name')) {{ $errors->first('school_name') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('mobile_no')) {{ $errors->first('mobile_no') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('termsandcondn')) {{ $errors->first('termsandcondn') }} @endif
@if ($errors->has('g-recaptcha-response'))

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

@endif

Already have account Sign in here

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