@extends('worldexpansion.layout') @section('title') {{ $faction->style }}: Members @endsection @section('content') {!! breadcrumbs(['World' => 'world', 'Factions' => 'world/factions', $faction->style => 'world/factions/' . $faction->id, 'Members' => 'world/factions/' . $faction->id . '/members']) !!}
No members found.
@else {!! $members->render() !!}