@extends('layouts.b4') @section('content')

Alliance Blacklist

@if($blacklist != null) @foreach($blacklist as $bl) @if($bl->alts != null) @else @endif @endforeach
Entity Id Entity Name Entity Type Reason Alts
{{ $bl->entity_id }} {{ $bl->entity_name }} {{ $bl->entity_type }} {{ $bl->reason }}{{ $bl->alts }}
@else

No Characters Found

@endif
@if($blacklist != null) {{ $blacklist->links() }} @endif @endsection