@extends('laravel-authentication-acl::admin.layouts.base-2cols') @section('title') Google:Consumers @stop @section('content')
Google Consumers
eMail Marketing tool
@foreach($facebookconsumers as $item) @endforeach
Profile Name MAC Actions
  {{ $item->full_name }} {{ HTML::linkAction('Admin\ClientDevicesController@show', $item->mac , $item->id_device, array('target' => '_blank')) }} {!! Form::open([ 'method'=>'DELETE', 'url' => ['/admin/destroy-google-consumers', $item["attributes"]["id_consumer"]], 'style' => 'display:inline' ]) !!} {!! Form::button('
{!! $facebookconsumers->render() !!}
@endsection