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

Edit Video Pin: {{ $video_pin->title }}

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