@extends('settings.edit') @section('section')
@include('settings.setting_menu')
{{ __('messages.theme_color.primary_color') }}
{{ __('messages.theme_color.select_primary_color') }}
@csrf
{{ __('messages.theme_color.secondary_color') }}
{{ __('messages.theme_color.select_secondary_color') }}
@csrf
@endsection