@extends('master') @section('title')Merge Places « Admin CP « @stop @section('content')
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.
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 }} |