{!! Form::label('id', 'Id:') !!}

{{ $land->id }}

{!! Form::label('location', 'Location:') !!}

{{ $land->location }}

{!! Form::label('space_acres', 'Space Acres:') !!}

{{ $land->space_acres }}

{!! Form::label('space_square_meters', 'Space Square Meters:') !!}

{{ $land->space_square_meters }}

{!! Form::label('project_quality', 'Project Quality:') !!}

{{ $land->project_quality }}

{!! Form::label('project_description', 'Project Description:') !!}

{{ $land->project_description }}

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

{{ $land->created_at }}