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

{{ $Title }}

{{ Auth::routes(); }}

@if(url()->previous() && url()->previous() !== url()->current())
@csrf
@endif Print Generate Report
@if (!Auth::user()->prf_sites_id) @endif
{{ $Title }} / {{ $Subtitle }}
{{-- Temperature Setting --}}
{{-- Compressor Speed --}}
{{-- Blower Speed --}}
Kilowatt vs Temperature
@include('layouts.inc.footer')
@endsection @section('js') @endsection