@extends('layouts.app') @section('title', 'Edit Event') @section('heading', 'Edit Event') @section('subheading', 'Update configuration for ' . $event->couple_name) @section('topbar_actions') Back @endsection @section('content')
@csrf @method('PUT')
Event Configuration
Modify wedding event details
Cancel
@endsection