@extends('admin.master') @section('title', trans('general.customize')) @section('style') @endsection @section('content')

@lang('general.customize')

@csrf

@lang('admin.customize.change-color.title')

@php $colors = ['blue', 'yellow', 'green', 'purple', 'red', 'black']; @endphp @foreach ($colors as $color) @endforeach
@lang('admin.customize.colors.'.$color)
@lang('admin.customize.colors.'.$color.'-light')
{!! $forms['homepage']->render() !!} {!! $forms['customJsCss']->render() !!}
@endsection