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

Add Smart Device

@csrf

Smart Device List

@foreach ($smartDevices as $key => $smartDevice) @endforeach
SL Smart Device Name Status Action
{{ $key + 1 }} {{ $smartDevice->name }} {{ $smartDevice->status }} Edit
@endsection @section('js') @endsection @push('script') @endpush @section('ajax') @endsection