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

{{ __('Create New') }} Energy Labeling Certified Companies

@include('adminlte-templates::common.errors')
{!! Form::open(['route' => 'energyLabelingCertifiedCompanies.energyLabelingCertifiedCompanies.store','class' => 'form-horizontal']) !!} @include('energyLabelingCertifiedCompanies.energy_labeling_certified_companies.fields') {!! Form::close() !!}
@endsection