From 6c4f89f6620617df368b499285ea080d14869cc4 Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Wed, 17 Jun 2026 13:42:03 +0700 Subject: [PATCH] update --- resources/views/modules/form/form-edit.blade.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/resources/views/modules/form/form-edit.blade.php b/resources/views/modules/form/form-edit.blade.php index 3fda14e..a8d7d45 100644 --- a/resources/views/modules/form/form-edit.blade.php +++ b/resources/views/modules/form/form-edit.blade.php @@ -1,3 +1,9 @@ +@extends('layouts.master') + +@section('title', $form->name) + +@section('content') + - \ No newline at end of file + +@endsection \ No newline at end of file