@extends('admin.layouts.app') @push('libraries_top') @endpush @php $values = !empty($setting) ? $setting->value : null; if (!empty($values)) { $values = json_decode($values, true); } @endphp @section('content')

{{ trans('update.settings') }}

{{ csrf_field() }}
{{ trans('public.images') }}
{{ trans('update.images') }}
@foreach(['main_image', 'overlay_image'] as $type)
@endforeach
@endsection