@extends('layouts.app') @section('page-header') @endsection @section('htmlheader_title') View Lead's @endsection @section('contentheader_title') View Lead's @endsection @section('main-content')

We have {{$total}} Device's

@foreach($devices as $device) @endforeach
Name Type Manufacturer Model Software Mac Address Serial Number More Info Added to Inventory
{{ $device->name or 'Not Set' }} {{ $device->type}} {{ $device->manufacturer}} {{ $device->model}} {{ $device->revision or '' }} {{ $device->os}} {{$device->version}} {{ $device->mac}} {{ $device->serial_number or 'NA' }} {{ date_format($device->created_at, 'n/j/y g:i A')}}
Name Type Manufacturer Model Software Mac Address Serial Number More Info Added to Inventory
@endsection @section('page-scripts') @endsection