@extends('layouts.home') @section('title', 'Offen System') @section('content')
Offen System
@if ( config('recoma.openedSystem', false) ) Jetzt System ist offen
{{ csrf_field() }}
@else Jetzt System ist geschlossen
{{ csrf_field() }}
@endif
@endsection