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

{{ $offers->id }}

{!! Form::label('beacons', 'Beacons:') !!}

{{ $offers->beacons }}

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

{{ $offers->name }}

{!! Form::label('picture', 'Picture:') !!}

{{ $offers->picture }}

{!! Form::label('price', 'Price:') !!}

{{ $offers->price }}

{!! Form::label('categoria', 'Categoria:') !!}

{{ $offers->categoria }}

{!! Form::label('offers', 'Offers:') !!}

{{ $offers->offers }}

{!! Form::label('rating', 'Rating:') !!}

{{ $offers->rating }}

{!! Form::label('store', 'Store:') !!}

{{ $offers->store }}

{!! Form::label('phone', 'Phone:') !!}

{{ $offers->phone }}

{!! Form::label('tlf_local', 'Tlf Local:') !!}

{{ $offers->tlf_local }}

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

{{ $offers->description }}

{!! Form::label('description_detail', 'Description Detail:') !!}

{{ $offers->description_detail }}

{!! Form::label('provincia_id', 'Provincia Id:') !!}

{{ $offers->provincia_id }}

{!! Form::label('localidad_id', 'Localidad Id:') !!}

{{ $offers->localidad_id }}

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

{{ $offers->location }}

{!! Form::label('address', 'Address:') !!}

{{ $offers->address }}

{!! Form::label('latitud', 'Latitud:') !!}

{{ $offers->latitud }}

{!! Form::label('longitud', 'Longitud:') !!}

{{ $offers->longitud }}

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

{{ $offers->created_at }}

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

{{ $offers->updated_at }}

{!! Form::label('deleted_at', 'Deleted At:') !!}

{{ $offers->deleted_at }}