@extends('backend.layout.masterlayout') @section('content') @include('backend.partial.sidebar') @include('backend.partial.topbar')
@isset($primary_theme)
{{ $primary_theme->title }} Base Settings

@csrf
{{ $primary_theme->title }} Theme Colors

@foreach ($get_themerec as $key => $themerec) @endforeach
# Variable Color Action
{{ $key + 1 }} {{ $themerec->variable }}
Add New Color

@csrf
@else
You have not set any themes as primary, Set a theme as primary and then try again.
@endisset
@include('backend.settings.models.theme-color')
@include('backend.partial.dashboard_footer') @endsection @section('script') @endsection