I'm implementing theme options in Laravel so, of course i have a settings table in database which have different rows like logo, facebook_url, address, phone_number.
What is the best practice to show them in a site ? Make a function in a model and use view composer or make a helper function like WordPress do with get_option function?