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

Configuration Informations entreprise

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