@extends('layouts.app') @section('content')
@include('partials.header') @include('partials.sidebar')

Edit Attractions

Edit Attractions

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
{{ $nearby->title }}
Please set iframe dimensions to width="960" height="200"
{{ $nearby->title }}
Back