@extends('backend.admin-master') @section('style') @endsection @section('site-title') {{__('Color Settings')}} @endsection @section('content')

{{__("Color Settings")}}

@csrf
{{__('you change site main color from here, it will replace website main color')}}
{{__('you change site main color three from here, it will replace website main color three')}}
{{__('you change site main color three rgb from here, it will replace website main color three rgb')}}
{{__('you change site main color four from here, it will replace website main color four')}}
{{__('you change site main color four from here, it will replace website main color four rgb')}}
{{__('you change site main color five from here, it will replace website main color five')}}
{{__('you change site main color five from here, it will replace website main color five')}}
{{__('you change site base color two color from here, it will replace website site base color two color')}}
{{__('you change site secondary color from here, it will replace website secondary color')}}
{{__('you can change site heading color from there , when you chnage this color it will reflect the color in all the heading like (h1,h2,h3,h4.h5.h6)')}}
{{__('you can change site paragraph color from there')}}
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection