@extends('admin.layout') @section('admin-title') Factions @endsection @section('admin-content') {!! breadcrumbs(['Admin Panel' => 'admin', 'Factions' => 'admin/world/factions']) !!}
Factions are specific organizations within your world.
The sorting order reflects the order in which the factions will be listed on the faction index.
@if (!count($types))No factions found.
@else|
url !!}
@if ($faction->thumb_extension) data-toggle="tooltip" title=" {{ ucfirst($faction->style) }} " @endif />{!! $faction->name !!} |
Edit |