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

Tambah Data Kegiatan

@csrf @include('kegiatan.form')

@endsection