@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')
We’ll use this to set up your institute profile.
@if (session('success'))Signed in with Google as {{ $data['email'] ?? '' }}
@endif @if ($errors->any())