@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 view Config Edit Delete {{-- View Details @if($row->status=='On') Switch Off @else Switch On @endif --}}
{{ $data->appends(['search' => Request::input('search')])->links('vendor.pagination.bootstrap-4') }}
@push('scripts') @endpush @endsection()