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

Creation d'entreprise

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