{!! Form::label('id', 'Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $market->id !!}

{!! Form::label('name', 'Name:', ['class' => 'col-3 control-label text-right']) !!}

{!! $market->name !!}

{!! Form::label('description', 'Description:', ['class' => 'col-3 control-label text-right']) !!}

{!! $market->description !!}

{!! Form::label('image', 'Image:', ['class' => 'col-3 control-label text-right']) !!}

{!! $market->image !!}

{!! Form::label('address', 'Address:', ['class' => 'col-3 control-label text-right']) !!}

{!! $market->address !!}

{!! Form::label('latitude', 'Latitude:', ['class' => 'col-3 control-label text-right']) !!}

{!! $market->latitude !!}

{!! Form::label('longitude', 'Longitude:', ['class' => 'col-3 control-label text-right']) !!}

{!! $market->longitude !!}

{!! Form::label('phone', 'Phone:', ['class' => 'col-3 control-label text-right']) !!}

{!! $market->phone !!}

{!! Form::label('mobile', 'Mobile:', ['class' => 'col-3 control-label text-right']) !!}

{!! $market->mobile !!}

{!! Form::label('information', 'Information:', ['class' => 'col-3 control-label text-right']) !!}

{!! $market->information !!}

{!! Form::label('created_at', 'Created At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $market->created_at !!}

{!! Form::label('updated_at', 'Updated At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $market->updated_at !!}