@extends('layouts.vertical', ['subtitle' => 'PBG']) @section('content') @include('layouts.partials/page-title', ['title' => 'Create', 'subtitle' => 'PBG'])

Step 1

@include("pbg_task._form_pbg_task")
@include("pbg_task._form_pbg_task_retribution")
@include("pbg_task._form_pbg_task_index_integration")
@include("pbg_task._form_pbg_task_prasarana")
@endsection @section('scripts') @vite(['resources/js/pbg-task/create.js']) @endsection