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

@csrf
Guild Members
@forelse($accountGuildMembers as $player) first) checked="" @endif> {{ $player }}
@empty @endforelse

@endsection