@extends('admin.layouts.form') @section('section', admin_trans('System')) @section('title', admin_trans('Panel Style')) @section('content')
@csrf
{{ admin_trans('Colors') }}
@foreach ($settings->system->colors as $key => $value)
@endforeach
{{ admin_trans('Custom CSS') }}
@push('styles_libs') @endpush @push('scripts_libs') @endpush @endsection