@extends('layouts.app') @section('css') @endsection @section('content')

{{ $Subtitle }}

{{ Auth::routes(); }}

@if(url()->previous() && url()->previous() !== url()->current())
@csrf
@endif Print Generate Report
@if (!Auth::user()->prf_sites_id) @endif
{{-- Group Avonix Cooling --}}
{{ $Subtitle }}
Level G B01
Online Auto
25.50 °C 27.50 °C
Level G C11
Offline Manual
27.50 °C 23.50 °C
Level 1 X1
Online Auto
20.50 °C 22.50 °C
Level 1 C5
Online Manual
20.50 °C 22.50 °C
Level 2 B1
Online Auto
19.50 °C 26.50 °C
Level 3A C11
Offline Manual
24.50 °C 25.50 °C
{{-- End Group Avonix Cooling --}}
@include('layouts.inc.footer')
@endsection @section('js') @endsection