@extends('layouts.admin-layout') @section('title') Update Contact @endsection @section('content')
@csrf

Update Contact Content

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

Update Map URL

Update Form Content

@endsection