@extends('admin.layouts.app') @section('content')

{{ trans('admin/main.custom_css_js') }}

@php $itemValue = (!empty($settings) and !empty($settings['custom_css_js'])) ? $settings['custom_css_js']->value : ''; if (!empty($itemValue) and !is_array($itemValue)) { $itemValue = json_decode($itemValue, true); } @endphp
{{ csrf_field() }}
{{ csrf_field() }}
@endsection @push('scripts_bottom') @endpush