@extends('layouts.admin-layout') @section('title', 'Home Page Cms') @section('css') @endsection @section('content')
@csrf

(Home Page)

About Story Section

@if ($page->hasMedia('about')) @foreach ($page->getMedia('about') as $media) Existing Banner Image @endforeach @endif

Reach Out Section

@if ($page->hasMedia('reach')) @foreach ($page->getMedia('reach') as $media) Existing Banner Image @endforeach @endif

PodCast Section

Video Section

@if ($page->hasMedia('video')) @foreach ($page->getMedia('video') as $media) Existing Banner Image @endforeach @endif

Calendar Section

Embracing Section?

@if ($page->hasMedia('emp1')) @foreach ($page->getMedia('emp1') as $media) Existing Banner Image @endforeach @endif
@if ($page->hasMedia('emp2')) @foreach ($page->getMedia('emp2') as $media) Existing Banner Image @endforeach @endif

Shop & Blog Section



@endsection @section('script') @endsection