@extends('template.layout') @section('title', 'Guilds') @section('submenuItem', 'guilds') @section('content') The following of your characters have been invited to this guild. If you want to join, select a character and click on "Submit".

@csrf
Invited Characters
@foreach($invitedPlayers as $player) first) checked="" @endif> {{ $player }}
@endforeach

@endsection