Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
@
extends
(
'template'
)
@
section
(
'main'
)
<
div id
=
"karyawan"
>
<
h2
>
Edit Karyawan
</
h2
>
{
!!
Form
::
model
(
$karyawan
,
[
'method'
=>
'PATCH'
,
'action'
=>
[
'KaryawanController@update'
,
$karyawan
->
id
]
,
'files'
=>
true
]
)
!!
}
@
include
(
'chaps8.form'
,
[
'submitButton'
=>
'Edit Karyawan'
]
)
{
!!
Form
::
close
(
)
!!
}
</
div
>
@
stop
@
section
(
'footer'
)
@
include
(
'footer'
)
@
stop