@extends('errors.layout') @section('title', 'Not on the guest list') @section('content')
By invitation only
4&3
@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
@endsection