@extends('layouts.admin') @section('content')

Edit Map Pin: {{ $map_pin->title }}

@method('PUT') @include('admin.map_pins.form')
@endsection