@php($package='env-editor')
@php($translatePrefix='env-editor::env-editor.')
@extends(config("$package.layout"))
@section('title', __('Env-editor'))
@section('content_header')
@stop
@section('adminlte_js_pre')
@stop
@section('plugins.Axios', true)
@section('plugins.Flag', true)
@section('content')
@stop
@include('env-editor::components._itemModal')
@include('env-editor::components._currentEnv')
@include('env-editor::components._upload')
@include('env-editor::components._backup')
@include('env-editor::components._configActions')
@push('css')
@endpush
@push('js')
@include('layouts.partials._switch_lang')
@stack('scripts')
@endpush
@section('footer')
@include('layouts.partials._footer')
@stop