@php $theme_value = \App\Models\BusinessSetting::where('key', 'theme')->first()->value; @endphp @extends('layouts.admin.app') @section('title', translate('themes')) @push('css_or_js') @endpush @section('content')