@extends('admin.layouts.master') @section('title', 'Color Option - Admin') @section('body') @include('admin.message') {{ __('adminstaticword.ColorSettings') }} {{ __('adminstaticword.Reset') }} @csrf {{ __('Background Color') }} {{ __('adminstaticword.BlueBackground') }}: {{ __('adminstaticword.RedBackground') }}: {{ __('Grey Background') }}: {{ __('Light Grey Background') }}: {{ __('Black Background') }}: {{ __('White Background') }}: {{ __('Deep Red Background') }}: {{ __('Text Color') }} {{ __('Text Color') }}: {{ __('Black Text') }}: {{ __('Light Grey Text') }}: {{ __('Dark Grey Text') }}: {{ __('Red Text') }}: {{ __('Blue Text') }}: {{ __('Dark Blue Text') }}: {{ __('White Text') }}: {{ __('Gradient Background Color') }} {{ __('Gradient Background') }}: {{ __('Gradient Background') }}: {{ __('Reverse Background Gradient Color') }} {{ __('Gradient Background') }}: {{ __('Gradient Background') }}: {{ __('About Gradient Background Color') }} {{ __('Gradient Background') }}: {{ __('Gradient Background') }}: {{ __('About Gradient Background Color Two') }} {{ __('Gradient Background') }}: {{ __('Gradient Background') }}: {{ __('Career Gradient Background Color') }} {{ __('Gradient Background') }}: {{ __('Gradient Background') }}: @endsection @section('script') @endsection