@extends('layouts.main') @section('content')

{{$device->IMEI}}

{{$device->ALIAS}}

@php $count = 1; @endphp @foreach ($device->tanks as $tank)

Sensor #{{$count}}

@php $count++; @endphp
{{ csrf_field() }}
@endforeach
@endsection @push('scripts') @endpush