@extends('layouts.admin.master') @section('content')
@if ($demo_mode == "on") @include('admin.demo_mode.demo-mode') @else
@method('PUT') @csrf @endif
{{ __('content.please_use_recommended_sizes') }}
@if (!empty($item->section_image)) sponsor image @else no image @endif
@if (!empty($item->section_image)) @endif
@endsection