@extends('layouts.app') @section('center')
{{-- --}} {{-- --}} {{-- --}} @foreach($data as $k =>$row) {{-- --}} {{-- --}} {{-- --}} @endforeach
Device ID MSN SIM No Capacity (kva) Mode Type Category installed On Peak Unit Offpeak Unit Switch Status Action
{{$row->global_device_id}} {{$row->msn}} {{$row->sim_number}} {{$row->kva}} {{($row->dmdt_bidirectional_device) ? 'Gross Meter' :'Net Meter' }} {{$row->dmdt_phase}} Phase {{$row->category}} {{$row->installed_on}} {{$row->peak}} {{$row->offpeak}} @if($row->auxr_status) On @else OFF @endif
{{-- Real-time Logs --}} Real Time Logs {{-- AUX Relay Switch --}} @if($row->auxr_status == 1) Switch Off @else Switch On @endif {{-- View Config --}} View Config {{-- Edit --}} Edit {{-- Delete --}} Delete
{!! $data->appends(request()->input())->links('pagination::bootstrap-4') !!}
@push('scripts') @endpush @endsection()