@extends('layouts.admin.master') @section('content') @include('admin.alert.alert')

{{ __('content.sections') }}

@foreach ($sections as $section)
{{ $section->title }}
@if ($demo_mode == "on") @include('admin.demo_mode.demo-mode') @else
@method('PATCH') @csrf @endif @if ($section->status == 1) @else @endif
@endforeach
@endsection