@extends('layouts.default') {{-- Page title --}} @section('title') Energy Labeling Certified Companies @parent @stop @section('content')

{{ __('Edit') }} Energy Labeling Certified Companies

@include('adminlte-templates::common.errors')
{!! Form::model($energyLabelingCertifiedCompanies, ['route' => ['energyLabelingCertifiedCompanies.energyLabelingCertifiedCompanies.update', $energyLabelingCertifiedCompanies->id], 'method' => 'patch','class' => 'form-horizontal']) !!} @include('energyLabelingCertifiedCompanies.energy_labeling_certified_companies.fields') {!! Form::close() !!}
@endsection