@extends('errors.layout') @section('title', 'Not on the guest list') @section('content')

By invitation only

4&3

This area is reserved for someone else.

@if(!empty($exception) && $exception->getMessage()) {{ $exception->getMessage() }} @else You're signed in, but this page belongs to another wedding or requires a different role. Ask the couple or planner to grant you access. @endif

Return home
@endsection