$character->id])}}" class="text-muted">
merge(['class' => 'card rounded shadow-sm h-100 ']) }} >
{!! $character->name !!}
@if($character->image_path != null || $character->description != "")
@if($character->image_path != null) url($character->image_path)) }}" style="max-width:100px; max-height:100px;"> @endif {!! $character->description !!}
@endif