@extends('admin.layout') @section('title', 'Edit About Page') @section('content')

Edit About Page

@if(session('success'))
{{ session('success') }}
@endif
@csrf {{-- ================= PAGE HEADER ================= --}}
Page Header
@if($about->banner_image) @endif
{{-- ================= WELCOME SECTION ================= --}}
Welcome Section
{{-- ================= STORY SECTION ================= --}}
Our Story
@if($about->story_image) @endif
{{-- ================= WHY CHOOSE US ================= --}}
Why Choose Us
@for($i = 1; $i <= 3; $i++)
@endfor
{{-- ================= COMMITMENT ================= --}}
Our Commitment
@if($about->commitment_image) @endif
{{-- ================= CTA ================= --}}
Call To Action
{{-- ================= SAVE ================= --}}
@endsection