@extends('layouts.public') @section('title', 'მოწვევის მიღება') @section('content')

მოწვევა კლუბში

{{ $tenant->organization->name }} · {{ $invite->email }}

@if($exists && auth()->user()?->email!==$invite->email)

შედით მოწვევაში მითითებული ელფოსტით.

შესვლა@else
@csrf @unless($exists)@endunless@endif
@endsection