{{-- Actifisys (dnyActifisys) developed by Daniel Brendel (C) 2019 - 2023 by Daniel Brendel Version: 1.0 Contact: dbrendel1988gmailcom GitHub: https://github.com/danielbrendel/ Released under the MIT license --}} @extends('layouts.layout_home') @section('title') {{ __('app.settings') }} @endsection @section('content')

{{ __('app.settings') }}


@csrf

@csrf
@if (\App\LocationModel::amount() > 0) @else @endif

@if (env('APP_ENABLEGALLERY')) @endif @if (env('APP_ENABLEMARKETPLACE')) @endif @if (env('STRIPE_ENABLE') == true) @endif
@endsection @section('modal') @endsection @section('javascript') @endsection