@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content')

{!! $variables['judul'] !!}

Kelola Products
@csrf
@foreach($settings as $group => $items)
@foreach($items as $item)
@if($item->type === 'textarea') @elseif($item->type === 'image') Format: jpeg, png, jpg, webp. Maks 2MB. @if($item->value)
@endif @else @endif
@endforeach
@endforeach

@endsection @push('scripts') @endpush