@extends('newBase') @section('title', 'GLOBAL CONFIG') @section('content')

{{__('Global config value settings')}}

@foreach($options AS $option) @include('globalConfig.option', $option) @endforeach