@extends('admin.layouts.master') @section('title', 'Color Option - Admin') @section('body')
@include('admin.message')

{{ __('adminstaticword.ColorSettings') }}

{{ __('adminstaticword.Reset') }}
@csrf

{{ __('Background Color') }}























{{ __('Text Color') }}






















{{ __('Gradient Background Color') }}




{{ __('Reverse Background Gradient Color') }}




{{ __('About Gradient Background Color') }}




{{ __('About Gradient Background Color Two') }}




{{ __('Career Gradient Background Color') }}




@endsection @section('script') @endsection