@extends('admin.partial.template') @include('admin.settings.sidebar') @section('section')

Configuration Settings

@if($editor == false)

Configuration Editor is disabled

To enable it, add ADMIN_ENV_EDITOR=true to .env
then run php artisan config:cache

@else

Edit configuration settings

Warning: If you have opcache enabled, you may need to restart php for the changes to take effect.


{{$config}}

@if($backup) @else
@endif
@endif @endsection @if($editor == true) @push('scripts') @endpush @push('styles') @endpush @endif