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

Creation de projet

@endsection @section('content')
{!! Form::open(['route' => ['clients.projects.store'], 'class' => '', 'files' => true]) !!} @include('clients.projects._form') {!! Form::close() !!}
@endsection