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