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('errors.form_error_list') -->
- {!! Form::open(['url' => 'karyawan','files'=>true]) !!}
- @include('chapter8.form', ['submitButton' => 'Tambah Karyawan'])
- {!! Form::close() !!}
- </div>
- @stop
- @section('footer')
- @include('footer')
- @stop
Advertisement
Add Comment
Please, Sign In to add comment