@extends('layouts.app') @section('title', 'Create Event') @section('heading', 'Create Event') @section('subheading', 'Initialize a new wedding event') @section('topbar_actions') Back @endsection @section('content')
@csrf
Event Configuration
Setup the couple and wedding details
@error('couple_name'){{ $message }}@enderror
Cancel
@endsection