rizal245754733

create.blade.php

May 28th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.39 KB | None | 0 0
  1. @extends('template')
  2. @section('main')
  3. <div id="karyawan">
  4.     <h2>Tambah Karyawan</h2>
  5.  
  6.     <!--@include('errors.form_error_list')-->
  7.     {{-- @include('errors.form_error_list')--}}
  8.  
  9.     {!! Form::open(['url' => 'karyawan', 'files' => true]) !!}
  10.  
  11.     @include('chap8.form', ['submitButton' => 'Tambah Karyawan'])
  12.  
  13.     {!! Form::close() !!}
  14. </div>
  15. @stop
  16. @section('footer')
  17.     @include('footer')
  18. @stop
Advertisement
Add Comment
Please, Sign In to add comment