@extends('auth.signup.layout') @section('signup_title', 'Institute details') @section('signup_heading', 'Institute details') @section('signup_lead', 'Tell us about your institute so we can set up your public profile and panel.') @section('progress') @include('auth.signup.partials.progress') @endsection @section('signup_body')

Tell us about your institute

We’ll use this to set up your institute profile.

@if (session('success'))
{{ session('success') }}
@endif @if (! empty($data['auth_provider']) && $data['auth_provider'] === 'google')

Signed in with Google as {{ $data['email'] ?? '' }}

@endif @if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
@endsection