@extends('admin.settings.setting-layout') @section('title'){{ __('color_settings') }} @endsection @section('website-settings')

{{ __('color_settings') }}

@csrf @method('PUT')
{{ __('slider_color') }}
{{ __('nav_color') }}
@if (userCan('setting.update')) @endif
@endsection @section('style') {{-- --}} {{-- --}} @endsection @section('script') @endsection