@extends('template') @section('main')

Tambah Karyawan

{!! Form::open(['url'=>'karyawan', 'files'=> true]) !!} @include('chap8.form', ['submitButton'=>'Tambah Karyawan']) {!! Form::close() !!}
@stop @section('footer') @include('footer') @stop