@extends('mainlayout.layout')
@section('title')
Miliki | {{$property->name}} Google Map Link
@endsection
@push('css')
@endpush
@section('content')
@if(empty($property->google_map) && empty($property->google_map) )
Add Google Map Link
@else
Edit Google Map Link
@endif
@endsection
@push('scripts')
@endpush