Alexander Voronov
Alexander Voronov
> What do you mean by "move"? When I use in schema ``` public function sortables(): iterable { return [ SortCountable::make($this, 'administrators'), ]; } public function fields(): array { return...
> That's not supported at the moment. The meta for the relationship that the count relates to feels like the best place to put it. It also makes sense from...
My template has boolean variables, this variables can be "Yes" or "No" for using in template. Additional I want add dynamic text by boolean variables I solve this problem with...