@props(['followed'])
@if ($followed->img_path)
@else
{{ $followed->name[0] }}
@endif {{ $followed->name }} @if (isset($followed->is_followed_by_me) && !$followed->is_followed_by_me)
@csrf suivre
@else
@csrf @method('DELETE') ne plus suivre
@endif