@extends('backend.layouts.form') @section('title', __('Sections') . ' | ' . $section->title) @section('container', 'container-max-lg') @section('back', route('admin.sections.index')) @section('content')
@csrf @method('PUT')
status) checked @endif>
@if($section->id == 3 || $section->id == 7 || $section->id == 9)
@endif
@if($section->id == 5)
@endif @if($section->id == 2)
@endif @if($section->id == 4)
{{ __('Box') }}
@if($sectionOther) @for($aid = 0; $aid < count($sectionOther); $aid++)

@endfor @endif
@endif @if($section->id == 6)
{{ __('Menu') }}
@if($sectionOther) @for($aid = 0; $aid < count($sectionOther); $aid++)

@endfor @endif
@endif @if($section->id > 10)
@if($section->section_type == 0)
{{ __('Slider') }}
@if($sectionOther) @for($aid = 0; $aid < count($sectionOther); $aid++)

@endfor @endif
@else
{{ __('Video') }}
@if($sectionOther) @for($aid = 0; $aid < count($sectionOther); $aid++)

@endfor @endif
@endif @endif
@push('styles_libs') @endpush @push('scripts_libs') @endpush @push('scripts') @endpush @endsection