Category "laravel-relations"

How to create a relationship in Laravel 9

I tried to create a relationship in Laravel for this, Expense has May ExpensesItem Expense has One ExpensesCategory But I could not create a relationship betwee

Laravel One to many trough belongsto and many to many (with pivot in between)

I've been looking around for a fix but couldn't find it. The situation: Resources are connected to an Event, multiple resources can be connected to multiple eve