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