Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @extends('template')
- @section('main')
- <div id="karyawan">
- <h2>Tambah Karyawan</h2>
- @include('error.form_error_list')
- {!! Form::model($karyawan, ['method'=>'PATCH','action'=>['KaryawanController@update', $karyawan->id]]) !!}
- @include('chap5.form', ['submitButton'=>'Edit Karyawan'])
- {!! Form::close() !!}
- </div>
- @stop
- @section('footer')
- @include('footer')
- @stop
Advertisement
Add Comment
Please, Sign In to add comment