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

Tambah Data Siswa

@csrf @include('siswa.form')

@endsection