@extends('layouts.admin.master') @section('content')
{{-- hero --}}
@php $name = 'hero'; $title = 'Hero'; @endphp
{{ $title }} Setting
get($s("$name.visible")) ? 'checked' : '' }}>

{{-- poesaka --}}
@php $name = 'poesaka'; $title = 'Poesaka'; @endphp
{{ $title }} Setting
get($s("$name.visible")) ? 'checked' : '' }}>

{{-- visi_misi --}}
@php $name = 'visi_misi'; $title = 'Visi Misi'; @endphp
{{ $title }} Setting
get($s("$name.visible")) ? 'checked' : '' }}>

{{-- modal --}} @endsection @section('javascript') @php $resource = resource_loader(blade_path: $view); @endphp @endsection