@extends('layout.dashboard') @section('content')
@if(isset($subMenu)) @include('partials.dashboard.sub-sidebar') @endif
{{ trans('dashboard.settings.theme.theme') }}
@include('partials.dashboard.errors')
{{--
--}}
@stop