@extends('admin.layouts.base') @section('title', 'About Us Settings') @section('content')

About Us Page Settings

@if(session('success')) @endif @if($errors->any()) @endif
@csrf @method('PUT')

Hero Section

Short highlight text shown in red color
Main headline of the hero section
@if($about->hero_banner_image)
Current Hero Banner Current banner image
@endif Recommended size: 1920x800px • Formats: JPEG, PNG, WEBP • Max: 2MB • Use high-quality hero image

Summary Section

Workflow Section

Cost / Pricing Section

@if($about->cost_image)
Current Cost Section Image Current image
@endif Recommended: 800x600px or square • High-quality visual
@endsection @section('script') @endsection