@extends('admin.layouts.app') @section('content')

System Settings

@if (isset($data) && !empty($data)) @foreach ($data as $index => $dt) @endforeach @endif
# Key Value Description  
{{ $index + 1 }}
{{ $dt->key }}
{{ $dt->value ?? '-' }} {{ $dt->description ?? '-' }}
@endsection