@extends('admin.layouts.app') @section('title', 'Pengaturan Home') @section('content')
Pengaturan Home
@csrf
@foreach($settings as $setting) @endforeach
Key Value Aksi
{{ $setting->key }} {{ Str::limit($setting->value, 60) }} Edit
@endsection