@extends('central.super.layout') @section('title', __('super.hero.title')) @section('content')
@csrf @method('PUT')
@if($hero->hero_image)

{{ __('super.common.current') }}: {{ __('super.common.view_image') }}

@endif
@if($hero->background_image)

{{ __('super.common.current') }}: {{ __('super.common.view_image') }}

@endif
{{ __('super.common.preview') }}
@endsection