@php $color = \App\Models\Configuration::query()->where("label",'=','color')->first(); $colortext = \App\Models\Configuration::query()->where("label",'=','colortext')->first(); $CompanyName = \App\Models\Configuration::query()->where("label",'=','CompanyName')->first(); @endphp