@extends('sendportal::layouts.base') @section('htmlBody')
@include('auth.partials.logo')
{{ __('Register') }}
@csrf @if ( ! request('invitation'))
@if ($errors->has('name')) {{ $errors->first('company_name') }} @endif
@endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

{{ __('Already got an account?') }} {{ __('Login') }}

@endsection