@extends('layouts.main', ['title' => 'Ubah Data Kegiatan']) @section('content')

Ubah Data Kegiatan

@csrf @method('PUT') @include('kegiatan.form')

@endsection