@extends('layouts.admin') @section('pageTitle',__('default.templates')) @section('innerTitle',__('default.colors').': '.$template->name) @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('admin.dashboard')=>__('default.dashboard'), route('admin.templates')=>__('default.site-theme'), '#'=>__('default.colors') ]]) @endsection @section('content')
@csrf @foreach($colorList as $color) @endforeach
@lang('default.original-color') @lang('default.new-color')
@section('header') @parent @endsection
#{{ $color }}
templateColors()->where('original_color',$color)->first()) value="{{ $template->templateColors()->where('original_color',$color)->first()->user_color }}" @endif>
@endsection @section('header') @endsection @section('footer') @endsection