@extends('app') @section('title') Tourist Places @stop @section('content')

Tourist places

@if(isset($data['hotspotdetails']->name))
@else
@endif
@if(count($data['hotspots']) > 10) @endif @foreach($data['hotspots'] as $hotspot) @endforeach
Tourist Place Name Actions
Tourist Place Name Actions
{{ $hotspot->name }}
@if(isset($data['hotspotdetails']->name) && $data['hotspotdetails']->name == $hotspot->name) @else  Edit  Photo  Video @endif
@if(isset($data['hotspotdetails']))