@php if (Auth('admin')->User()->dashboard_style == 'light') { $text = 'dark'; $bg = 'light'; } else { $text = 'light'; $bg = 'dark'; } @endphp @extends('layouts.app') @section('content') @include('admin.topmenu') @include('admin.sidebar')