How to add global get model for all components

i have a model like setting
that i need in all my livewire compnents

how i can make that in one soulaion?
now i need to call that model in mount() function all the time.

thanks

i love livewire

i just use traits :slight_smile: