DonnyS

Quiz Validation ( create.blade )

May 21st, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  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']) !!}
  7.   @include('chap8.form',['submitButton'=>'Tambah Karyawan'])
  8.   {!! Form::close() !!}
  9. </div>
  10. @stop
  11. @section('footer')
  12.   @include('footer')
  13. @stop
Advertisement
Add Comment
Please, Sign In to add comment