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