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

Configuration Informations entreprise

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