@extends('master') @section('title')Merge Places « Admin CP « @stop @section('content')

Merge places

When a place is deleted, it is removed from the database, and all the notes associated with it, will be re-associated with the other place.

{{ csrf_field() }}
Place 1 Place 2
Name {{ $place1->name }} {{ $place2->name }}
Description {{ $place1->description }} {{ $place2->description }}
location {{ $place1->latitude }}, {{ $place1->longitude }} {{ $place2->latitude }}, {{ $place2->longitude }}
Foursquare {{ $place1->foursquare }} {{ $place2->foursquare }}
@stop