Advertisement
Firdaus_Shinoda

create.blade.php

May 15th, 2017
1,878
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 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','files'=>true]) !!}
  7.   @include('chaps8.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
Advertisement