{!! Form::label('name', 'Name:') !!}

{{ $company->name }}

{!! Form::label('logo', 'Logo:') !!}

{{ $company->logo }}

{!! Form::label('description', 'Description:') !!}

{{ $company->description }}

{!! Form::label('contact', 'Contact:') !!}

{{ $company->contact }}

{!! Form::label('email', 'Email:') !!}

{{ $company->email }}

{!! Form::label('crop_price', 'Crop Price:') !!}

{{ $company->crop_price }}

{!! Form::label('crop_id', 'Crop Id:') !!}

{{ $company->crop_id }}

{!! Form::label('created_at', 'Created At:') !!}

{{ $company->created_at }}

{!! Form::label('updated_at', 'Updated At:') !!}

{{ $company->updated_at }}