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.   {!! Form::open(['url'=>'karyawan', 'files'=> true]) !!}
  6.   @include('chap8.form', ['submitButton'=>'Tambah Karyawan'])
  7.   {!! Form::close() !!}
  8. </div>
  9. @stop
  10.  
  11. @section('footer')
  12.   @include('footer')
  13. @stop