@extends('layouts.app', ['title' => 'Buat RPS']) @section('content')
@csrf @include('rps._form')
@endsection