diff --git a/app/Views/front/board/index.php b/app/Views/front/board/index.php index f724943..1996cb5 100644 --- a/app/Views/front/board/index.php +++ b/app/Views/front/board/index.php @@ -15,6 +15,7 @@ 번호 + 작업 diff --git a/app/Views/front/board/insert.php b/app/Views/front/board/insert.php index 3f6857e..c0ab506 100644 --- a/app/Views/front/board/insert.php +++ b/app/Views/front/board/insert.php @@ -1,6 +1,7 @@ extend('layouts/admin') ?> section('content') ?>
+
getHead()) ?>
@@ -16,6 +17,7 @@
"btn btn-outline btn-primary")); ?>
+ +
getTail()) ?>
- endSection() ?> \ No newline at end of file diff --git a/app/Views/front/board/reply.php b/app/Views/front/board/reply.php index 9f7367c..9886faf 100644 --- a/app/Views/front/board/reply.php +++ b/app/Views/front/board/reply.php @@ -1,6 +1,7 @@ extend('layouts/admin') ?> section('content') ?>
+
getHead()) ?>
@@ -16,6 +17,7 @@
"btn btn-outline btn-primary")); ?>
+ +
getTail()) ?>
- endSection() ?> \ No newline at end of file diff --git a/app/Views/front/board/update.php b/app/Views/front/board/update.php index 9f7367c..9886faf 100644 --- a/app/Views/front/board/update.php +++ b/app/Views/front/board/update.php @@ -1,6 +1,7 @@ extend('layouts/admin') ?> section('content') ?>
+
getHead()) ?>
@@ -16,6 +17,7 @@
"btn btn-outline btn-primary")); ?>
+ +
getTail()) ?>
- endSection() ?> \ No newline at end of file diff --git a/app/Views/front/board/view.php b/app/Views/front/board/view.php index ae949de..7676c61 100644 --- a/app/Views/front/board/view.php +++ b/app/Views/front/board/view.php @@ -1,6 +1,7 @@ extend('layouts/admin') ?> section('content') ?>
+
getHead()) ?>
@@ -12,5 +13,6 @@
+
getTail()) ?>
endSection() ?> \ No newline at end of file