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

Modification d'entreprise

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