Conditional statement to add a class dependant on theme name
class="{{ Theme::get() == 'accountancy' ? 'theme-blue' : 'theme-orange' }}"