@extends('backEnd.master') @section('title') @lang('style.color_style') @endsection @section('mainContent')

@lang('style.color_style_list')

@php @$count=1; @endphp @foreach($color_styles as $background_setting) @endforeach
@lang('common.sl') @lang('common.title') @lang('style.primary_color') @lang('style.primary_color2') @lang('style.primary_color3') @lang('style.title_color') @lang('style.text_color') @lang('style.sidebar_bg') @lang('common.status')
{{@$count++}} {{@$background_setting->style_name}}
{{@$background_setting->primary_color}}
{{@$background_setting->primary_color2}}
{{@$background_setting->primary_color3}}
{{@$background_setting->title_color}}
{{@$background_setting->text_color}}
{{@$background_setting->sidebar_bg}}
@if($background_setting->is_active==1) @else @if(userPermission(491)) @lang('style.make_default') @endif @endif
@endsection