@extends('laravel-authentication-acl::admin.layouts.base-2cols') @section('title') Clients::Devices @stop @section('content')
My devices


@foreach($clientdevices as $item) @endforeach
Name Mac Created date
{{ $item->name }}{{ $item->mac }}{{ $item->created_at }} {!! Form::open([ 'method'=>'DELETE', 'url' => ['/admin/client-devices', $item->id_device], 'style' => 'display:inline' ]) !!} {!! Form::button('
{!! $clientdevices->render() !!}
@endsection