@extends('layouts.bare-logo') @section('content')

Sign up

Continue with Google @if (session('source') == "google-login") @if(!empty($errors->all()))
@foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif @endif
all())) display: none; @endif">
@csrf
@if (session('source') != "google-login") @error('email') {{ $message }} @enderror @endif
@error('name') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
Terms and conditions

If you already have an account, login.

@endsection