@extends('admin_base') @section('title', 'Customize Contact Page') @section('style') @endsection @section('content')
Contact Page Customization
@if(session('success')) @endif
@csrf @method('PUT')
Contact Information
@error('address')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
Paste the complete iframe code from Google Maps embed. @error('map_embed')
{{ $message }}
@enderror
@endsection @section('script') @endsection