@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content') {!! $variables['judul'] !!} Kelola Products @csrf @foreach($settings->keys() as $i => $group) {{ ucfirst($group) }} @endforeach @foreach($settings as $group => $items) @foreach($items as $item) {{ $item->label }} @if($item->type === 'textarea') {{ $item->value }} @elseif($item->type === 'image') Format: jpeg, png, jpg, webp. Maks 2MB. @if($item->value) @endif @else @endif @endforeach @endforeach Simpan Semua @endsection @push('scripts') @endpush