@extends('admin.layout.admin') @section('content')

Home Page Details

@csrf
@if($page->hasMedia('home_about_sec_img')) @foreach($page->getMedia('home_about_sec_img') as $media) Existing Home About Image @endforeach @endif
@if($page->hasMedia('how_can_sec_img')) @foreach($page->getMedia('how_can_sec_img') as $media) Home
                                            How Can Our Services Image @endforeach @endif
@if(isset($content['how_can_our_section_points']) && count($content['how_can_our_section_points']) > 0) @foreach( $content['how_can_our_section_points'] as $index => $point)
@if ($index === 0) @else @endif
@endforeach @else
@endif
@endsection @section('script') @endsection