@extends('layouts.app') @section('content')

Home Page Details

{{-- Delete--}}
@csrf
@php $decodedContent = json_decode($existingContent['content'], true); @endphp @foreach ($decodedContent['phone'] as $index => $phone)

{{ __('Location Heading') }}

{{ __('Phone') }}

{{ __('Address') }}

{{ __('Google Map Link') }}

@endforeach
@endsection