@extends('layouts.container') @section('title', 'Pengaturan Umum') @section('title_description') @endsection @section('css') @endsection @section('body-class', 'skin-green') @section('content')
@foreach($settings as $index => $value) @endforeach
@endsection @section('js') @endsection