@extends('layouts.master') @section('title', __('Color Option')) @section('breadcum') @endsection @section('maincontent')
{{ __('Color Option') }}
{!! Form::open(['method' => 'POST', 'action' => 'ColorSchemeController@store']) !!}
{{-- Color Schemes SECTIONS END --}}

{{__('COLOR LAYOUTS')}}

{{__('Color Schemes')}}
{{ $errors->first('color_scheme') }}
{{-- Color Schemes SECTIONS END --}} {{-- NAVIGATION START --}}

{{__('NAVIGATION SECTIONS')}}

{{-- NAVIGATION END --}} {{-- TEXT COLOR START --}}

{{__('TEXT COLOR')}}

{!! Form::label('aws', __('Text Color')) !!}
{!! Form::label('aws', __('Text on Hover Color')) !!}
{{-- TEXT COLOR END --}} {{-- BACKTO TOP SECTION START --}}

{{__('BACKTO TOP SECTION ')}}

{!! Form::label('aws', __('Back2Top Background color')) !!}
{!! Form::label('aws', __('Back2Top Background color on hover')) !!}
{!! Form::label('aws', __('Back2Top color')) !!}
{!! Form::label('aws', __('Back2Top color on hover')) !!}
{{-- BACKTO TOP SECTION END --}} {{-- FOOTER SECTION START --}}

{{__('FOOTER SECTION ')}}

{{-- FOOTER SECTION END --}}
{!! Form::close() !!}
@endsection @section('script') @endsection