Level 3
Those are already instruments though :P
Hello. Im interesting about one question. For example i have model Products with relation (ex. languages). And i need to paginate it. If i use Products::paginate(10) i will on view use code like {{ $product->language()->find(id)->pivot->value}}. But its ugly. Does laravel have instruments for it?
Please or to participate in this conversation.