@extends('layouts.dashboard') @section('style') @endsection @section('content')
{{-- Breadcrumb --}} @can('device_create')
@endcan @foreach ($devices as $device) @endforeach
# Serial Number Status Action
{{ $device->serial_number }} {{ $device->status }}
@endsection @section('script') {{-- --}} @endsection