@extends('layouts.app') @section('title', 'Edit Month Document | PairingPal') @section('content')

Edit Month Dashboard Document

@csrf @method('PUT') @include('month-packages._form', ['submitLabel' => 'Update'])
@endsection