@extends(config('dotenveditor.template', 'dotenv-editor::master')) {{-- Feel free to extend your custom wrapping view. All needed files are included within this file, so nothing could break if you extend your own master view. --}} @section('content')
{!! trans('dotenv-editor::views.overview_text') !!}
{!! trans('dotenv-editor::views.addnew_text') !!}
{!! trans('dotenv-editor::views.backup_restore_text') !!}
{!! trans('dotenv-editor::views.backup_restore_warning') !!}
@if(!$backups){!! trans('dotenv-editor::views.backup_no_backups') !!}
@endif
{!! trans('dotenv-editor::views.upload_text') !!}
{!! trans('dotenv-editor::views.upload_warning') !!}