@extends('cms.application') @section('content')
Edit Google Map
{!! Form::model($google_map, ['route' => ['cms.googlemaps.update', $google_map->id], 'method' => 'PATCH']) !!} @include('cms.google_maps._form', ['submitButton' => "Update"]) {!! Form::close() !!}
@stop