DonnyS

create.blade

May 28th, 2017
2,057
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  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
Add Comment
Please, Sign In to add comment