@extends('backEnd.master') @section('title') @lang('style.color_style') @endsection @push('css') @endpush @section('mainContent')
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'theme-store', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }}

@lang('style.Add New Color Theme')

@if ($errors->has('title')) {{ @$errors->first('title') }} @endif
@if ($errors->has('background_type')) {{ $errors->first('background_type') }} @endif
@if ($errors->has('background_color')) {{ $errors->first('background_color') }} @endif
@if ($errors->has('background_image')) {{ $errors->first('background_image') }} @endif
@foreach ($colors as $color)
lawn_green :$color->default_value) }}" data-value="{{ color_theme()->title=="Lawn Green" ? $color->lawn_green :$color->default_value }}"> @if ($errors->has('color')) {{ $errors->first('color') }} @endif
@endforeach
@if ($errors->has('is_default')) {{ @$errors->first('is_default') }} @endif
@if ($errors->has('is_default')) {{ @$errors->first('is_default') }} @endif
{{ Form::close() }}
@endsection @push('scripts') @include('backEnd.style.script') @endpush