@extends('admin.layouts.app') @section('title', 'Homepage Settings') @section('page_title', 'Homepage CMS') @section('content')

Homepage Settings

Manage welcome, video and homepage section visibility.

@csrf @method('PUT')

Welcome Section

Main introduction displayed below the hero slider.

@if ($homepage->welcome_image)
Welcome section
@endif
Recommended landscape image. Maximum 4 MB.

Video Section

Promotional video and thumbnail displayed on homepage.

@if ($homepage->video_thumbnail)
Video thumbnail
@endif
@endsection @push('styles') @endpush