Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. @extends('template')
  2. @section('main')
  3. <div id="karyawan">
  4.     <h2> Tambah Karyawan</h2>
  5.    
  6.     <!-- @include('errors.form_error_list') -->
  7.    
  8.     {!! Form::open(['url' => 'karyawan', 'files'=>true]) !!}
  9. @include('chapt8.form', ['submitButton' => 'Tambah Karyawan'])
  10.  
  11.     {!! Form::close() !!}
  12. </div>
  13. @stop
  14. @section('footer')
  15.     @include('footer')
  16. @stop