@if (is_null($friendship)) @elseif ($friendship->accepted) @elseif (Auth::user()->id == $friendship->receiver_id)
@else @endif