@extends('layouts.template') @section('title',"View MacAddress") @section('head') @stop @section('content-body')

Devices Registered to {{ Auth::user()->username }}

Where do I find my device's MAC address?Click here !
Mac Address Delete
@stop @section('js_script') @stop