@foreach ($records as $record) {{-- BEFORE FREE RUN --}} {{-- AFTER FREE RUN --}} {{-- LOCKED ROTOR TEST --}} {{-- Other Info --}} @endforeach
{{-- --}} @php $showIsiLogo = $records->every(fn ($record) => $record['isi_model']); @endphp @if ($showIsiLogo) @else @endif {{-- @php $firstRecord = $records->first(); $kw = $firstRecord['kw'] ?? '-'; $hp = $firstRecord['hp'] ?? '-'; $phase = $firstRecord['phase'] ?? '-'; @endphp --}} @php $uniqueItemCodes = $records->pluck('Item Code')->unique(); //Default values $kw = '-'; $hp = '-'; $phase = '-'; // If there's exactly one unique item code, extract values from the first record if ($uniqueItemCodes->count() === 1) { $firstRecord = $records->first(); $kw = $firstRecord['kw'] ?? '-'; $hp = $firstRecord['hp'] ?? '-'; $phase = $firstRecord['phase'] ?? '-'; } @endphp
Left Logo
C.R.I. Pumps Private Limited
Unit : {{ $plant?->name ?? '' }}
{{ $plant?->address ?? '' }}
MOTOR FREE RUN TEST REGISTER
ISI Logo ISI Logo
MOTOR KW / HP : {{ $kw }} / {{ $hp }} and PHASE : {{ $phase }}
Date Output Motor SNo Item Code Motor Type BEFORE FREE RUN AFTER FREE RUN LOCKED ROTOR TEST No Load Pickup Voltage (V) Room Temp. (°C) High Voltage Test (V) Batch Number Batch Count Result Remark Tested By
Voltage (V) Current (A) Power (W) Resistance (Ohm) Insulation Resistance (Ohm) Frequency (Hz) Speed (Rpm) Voltage (V) Current (A) Power (W) IR.Hot (Ohm) IR.Cool (Ohm) Frequency (Hz) Speed (Rpm) Leakage Current (mA) Voltage (V) Current (A) Power (W)
RY YB BR R Y B R Y B R Y B
{{ $record['Date'] ?? '' }} {{ $record['Output'] ?? '' }} {{ $record['Motor SNo'] ?? '' }} {{ $record['Item Code'] ?? '' }} {{ $record['Motor Type'] ?? '' }}{{ $record['Voltage_Before'] ?? '' }} {{ $record['Current_Before'] ?? '' }} {{ $record['Power_Before'] ?? '' }} {{ $record['Resistance_RY'] ?? '' }} {{ $record['Resistance_YB'] ?? '' }} {{ $record['Resistance_BR'] ?? '' }} {{ $record['Insulation_Resistance_R'] ?? '' }} {{ $record['Insulation_Resistance_Y'] ?? '' }} {{ $record['Insulation_Resistance_B'] ?? '' }} {{ $record['Frequency_Before'] ?? '' }} {{ $record['Speed_Before'] ?? '' }}{{ $record['Voltage_After'] ?? '' }} {{ $record['Current_After'] ?? '' }} {{ $record['Power_After'] ?? '' }} {{ $record['IR_Hot_R'] ?? '' }} {{ $record['IR_Hot_Y'] ?? '' }} {{ $record['IR_Hot_B'] ?? '' }} {{ $record['IR_Cool_R'] ?? '' }} {{ $record['IR_Cool_Y'] ?? '' }} {{ $record['IR_Cool_B'] ?? '' }} {{ $record['Frequency_After'] ?? '' }} {{ $record['Speed_After'] ?? '' }} {{ $record['Leakage_Current'] ?? '' }}{{ $record['Voltage_Locked'] ?? '' }} {{ $record['Current_Locked'] ?? '' }} {{ $record['Power_Locked'] ?? '' }}{{ $record['No_Load_Pickup_Voltage'] ?? '' }} {{ $record['Room_Temp'] ?? '' }} {{ $record['High_Voltage_Test'] ?? '' }} {{ $record['Batch_Number'] ?? '' }} {{ $record['Batch_Count'] ?? '' }} {{ $record['Result'] ?? '' }} {{ $record['Remark'] ?? '' }} {{ $record['Tested_By'] ?? '' }}