@extends('template.layout') @section('title', 'Guilds') @section('submenuItem', 'guilds') @section('content') Enter the name of a character you want to invite to your guild and click on "Submit".

Invite Character
@csrf
Name:
@if(!empty($guild->invitations->toArray()))
If you want to cancel an invitation, select the according character and click on "Submit".

Cancel Invitation
@csrf
Name:
@endif
@endsection