@extends('admin.layouts.app') @section('panel')
@csrf
When Yes, this item is the global default and type selection is disabled.
@if ($item->image) Current: {{ $item->image }} @endif
@if ($item->hero_media_light) Current: {{ $item->hero_media_light }} @endif
@if ($item->hero_media_dark) Current: {{ $item->hero_media_dark }} @endif
@if ($item->hero_logo_light) Current: {{ $item->hero_logo_light }} @endif
@if ($item->hero_logo_dark) Current: {{ $item->hero_logo_dark }} @endif
@if ($item->background_image) Current: {{ $item->background_image }} @endif
@lang('Live Preview')

{{ old('hero_title', $item->hero_title ?: 'Hero title') }}

{{ old('hero_description', $item->hero_description ?: 'Hero description appears here.') }}

@endsection @push('breadcrumb-plugins') @lang('Back') @endpush @push('style') @endpush @push('script') @endpush