@extends('frontend.layouts.master') @section('title', 'Accept Account Invitation') @section('content')

Accept Account Invitation

Accept Account Invitation

{{ csrf_field() }}
@if ($errors->has('email')){{ $errors->first('email') }}@endif
@if ($errors->has('password_confirmation')){{ $errors->first('password_confirmation') }}@endif
@if ($errors->has('password')){{ $errors->first('password') }}@endif
I agree to the terms of use.

Already accepted your invitation? Login here!

Forgot your password? Reset your password here.

@endsection