{!! Form::label('id', 'Id:') !!} {{ $energyLabelingCertifiedCompanies->id }} {!! Form::label('sri_lankan_standard_id', 'Sri Lankan Standard Id:') !!} {{ $energyLabelingCertifiedCompanies->sri_lankan_standard_id }} {!! Form::label('brand_company_id', 'Brand Company Id:') !!} {{ $energyLabelingCertifiedCompanies->brand_company_id }} {!! Form::label('certificate_number', 'Certificate Number:') !!} {{ $energyLabelingCertifiedCompanies->certificate_number }} {!! Form::label('scope_of_certification', 'Scope Of Certification:') !!} {{ $energyLabelingCertifiedCompanies->scope_of_certification }} {!! Form::label('valid_until', 'Valid Until:') !!} {{ $energyLabelingCertifiedCompanies->valid_until }} {!! Form::label('accrediation_status', 'Accrediation Status:') !!} {{ $energyLabelingCertifiedCompanies->accrediation_status }} {!! Form::label('remarks', 'Remarks:') !!} {{ $energyLabelingCertifiedCompanies->remarks }} {!! Form::label('created_by', 'Created By:') !!} {{ $energyLabelingCertifiedCompanies->created_by }} {!! Form::label('state', 'State:') !!} {{ $energyLabelingCertifiedCompanies->state }} {!! Form::label('created_at', 'Created At:') !!} {{ $energyLabelingCertifiedCompanies->created_at }} {!! Form::label('updated_at', 'Updated At:') !!} {{ $energyLabelingCertifiedCompanies->updated_at }}