@extends('layouts.admin.master') @section('content')
ID | Monitor | Total Positive | Total Negative | Total Neutral | Date | Actions |
---|---|---|---|---|---|---|
{{ $i }} | @php $monitor = \App\Models\Monitor::where('id',$c['monitor_id'])->get()->first(); echo $monitor->inbuild_location.' '.$monitor->build_location; @endphp | {{ $c['positive'] }} | {{ $c['negative'] }} | {{ $c['nuetral'] }} | @php $date = new DateTime($c['created_at'], new DateTimeZone('UTC')); $date->setTimezone(new DateTimeZone('Europe/London')); echo $date->format('m/d/Y H:i:s'); @endphp | Details |