@extends('template.layout') @section('title', 'Guilds') @section('submenuItem', 'guilds') @section('content') Click on any view button to get more information about a guild.


@if(config('multi_world.enabled'))
@csrf
World Selection
World Name:


@endif
Active Guilds
@forelse($guildList as $guild) @php $rowClass = $loop->index % 2 == 0 ? 'Even' : 'Odd'; @endphp @empty @endforelse
Logo Description  
{{ $guild->name }}
{{ $guild->web_guild->description }}
There is currently no Guild on this Gameworld.

No guild found that suits your needs?
@endsection