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