@extends('user.layouts.index') @section('content')
Tambah Project
{!! Form::open( array( 'url' => 'user/project', 'class' =>'form-horizontal', ) ) !!} @if ($errors->any())
@endif
Kembali
{!! Form::close() !!}
@endsection @section('js') @endsection