public function getHeading(): string { // Use the field batch_name from the resource as the page heading. $heading = 'Batch <span class="text-primary">' . $this->record->batch_name . '</span>'; return new HtmlString($heading); }
public function getHeading(): string { // Use the field batch_name from the resource as the page heading. $heading = 'Batch <span class="text-primary">' . $this->record->batch_name . '</span>'; return new HtmlString($heading); }