Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
@
extends
(
'template'
)
@
section
(
'main'
)
<
div id
=
"karyawan"
>
<
h2
>
Tambah Karyawan
</
h2
>
{
!!
Form
::
open
(
[
'url'
=>
'karyawan'
,
'files'
=>
true
]
)
!!
}
@
include
(
'chap8.form'
,
[
'submitButton'
=>
'Tambah Karyawan'
]
)
{
!!
Form
::
close
(
)
!!
}
</
div
>
@
stop
@
section
(
'footer'
)
@
include
(
'footer'
)
@
stop