@extends('backEnd.master') @section('title') @lang('style.color_style') @endsection @push('css') @endpush @section('mainContent') @lang('style.color_style') @lang('common.dashboard') @lang('style.style') @lang('style.color_style') {{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'theme-store', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }} @lang('style.Add New Color Theme') {{ __('style.Theme Title') }} * @if ($errors->has('title')) {{ @$errors->first('title') }} @endif {{ __('style.background_type') }} * @lang('common.image') (1920x1400) @lang('style.color') @if ($errors->has('background_type')) {{ $errors->first('background_type') }} @endif @lang('style.color') * @if ($errors->has('background_color')) {{ $errors->first('background_color') }} @endif @lang('style.background_image') * @lang('common.browse') @if ($errors->has('background_image')) {{ $errors->first('background_image') }} @endif @foreach ($colors as $color) {{ __('style.' . $color->name) }} * 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 {{ __('style.box_shadow') }} @if ($errors->has('is_default')) {{ @$errors->first('is_default') }} @endif {{ __('style.Make Default Theme') }} @if ($errors->has('is_default')) {{ @$errors->first('is_default') }} @endif {{ __('style.Reset To Default') }} {{ __('common.save') }} {{ Form::close() }} @endsection @push('scripts') @include('backEnd.style.script') @endpush