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

Creation de projet

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