@extends('layouts.main') @section('content')
@if(!file_exists(base_path()."/install.lock"))

{{ __('The installer is not locked!') }}

{{ __('please create a file called "install.lock" in your dashboard Root directory. Otherwise no settings will be loaded!') }}

@endif
{{ __('Settings') }}
@foreach ($tabs as $tab) @include($tab) @endforeach
@endsection