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

{{__("Basic Settings")}}

@csrf
{{__('you change site main color from here, it will replace website main color')}}
{{__('you change site secondary color from here, it will replace website secondary color')}}
{{__('you change site color from here')}}
{{__('you change site color from here')}}
{{__('you change site color from here')}}
{{__('you change site color from here')}}
{{__('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')}}
@endsection @section('script') @endsection