@extends('installer.layouts.master') @section('content')
@include('installer.partials.top-bar')
@csrf
@foreach($environment as $section => $configs) @foreach($configs as $configKey => $config)
@endforeach @endforeach
@endsection