@extends('admin.layout') @section('content')

App_device



@foreach($app_device as $item) @endforeach
#User IdMac IdStreaming UrlActions
{{ $loop->iteration }} {{ $item->user_id }}{{ $item->mac_id }}{{ $item->streaming_url }}
{{ method_field('DELETE') }} {{ csrf_field() }}
{!! $app_device->appends(['search' => Request::get('search')])->render() !!}
@endsection