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

{{ __('content.video') }}
{{ __('content.view_draft') }}
draft image

@if (isset($item_section)) @if ($demo_mode == "on") @include('admin.demo_mode.demo-mode') @else
@method('PUT') @csrf @endif
{{ __('content.please_use_recommended_sizes') }}
@if (!empty($item_section->section_image)) image @else no image @endif
@if (!empty($item_section->section_image)) @endif
{{ __('content.recommended_tags') }} {{ __('') }} {{ __('
') }}
{{ __('') }} {{ __('') }} {{ __('') }} {{ __('

') }}

{{ __('content.reset') }}
@else @if ($demo_mode == "on") @include('admin.demo_mode.demo-mode') @else
@csrf @endif
{{ __('content.please_use_recommended_sizes') }}
{{ __('content.recommended_tags') }} {{ __('') }} {{ __('
') }}
{{ __('') }} {{ __('') }} {{ __('') }} {{ __('

') }}

@endif
@endsection