@foreach($offers as $offers) @endforeach
Beacons Name Picture Price Categoria Offers Rating Store Phone Tlf Local Description Description Detail Provincia Id Localidad Id Location Address Latitud Longitud Action
{{ $offers->beacons }} {{ $offers->name }} {{ $offers->picture }} {{ $offers->price }} {{ $offers->categoria }} {{ $offers->offers }} {{ $offers->rating }} {{ $offers->store }} {{ $offers->phone }} {{ $offers->tlf_local }} {{ $offers->description }} {{ $offers->description_detail }} {{ $offers->provincia_id }} {{ $offers->localidad_id }} {{ $offers->location }} {{ $offers->address }} {{ $offers->latitud }} {{ $offers->longitud }} {!! Form::open(['route' => ['offers.destroy', $offers->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}