I have the following within my foreach loop within my index file:
foreach($dataProvider->getModels() as $post) {
$status = $this->status($post->id);
var_dump($status);
}
However get the following error, I can confirm the function I am trying to call works because in the single view file:
Calling unknown method: yii\web\View::status()