@extends('layouts.client') @section('content-header')

Modification de projet

@endsection @section('content')
{!! Form::model($project, ['route' => ['clients.projects.update', $project->id], 'class' => '', 'method' => 'PUT', 'files' => true]) !!} @include('clients.projects._form') {!! Form::close() !!}
@endsection