@extends('layouts/contentLayoutMaster') @section('title', 'Reception Details') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content')

Receptions

@if ($purchase->type == 'ao_lab_reception') @endif @foreach ($purchase->tests as $test) @if ($test['qa_test_name'] == 'Fat' || $test['qa_test_name'] == 'LR') @endif @endforeach @foreach ($purchase->tests as $test) @if ($test['qa_test_name'] == 'SNF') @endif @endforeach
Serial Number MR-{{ $purchase->serial_number }} Collection Point {{ $purchase->mcc ? $purchase->mcc->name : 'N/A' }}
Gross Volume {{ $purchase->gross_volume }} TS Volume {{ $purchase->volume_ts }}
Opening Balance {{ $purchase->opening_balance1 }} Time @if ($purchase->type == 'plant_reception') {{ $purchase->date }} @else {{ $purchase->to_time }} @endif
Route Name {{ $purchase->route->name }}
Vehicle {{ $purchase->vehicle->vehicle_number }}
{{ $test['qa_test_name'] }} {{ $test['value'] }}
{{ $test['qa_test_name'] }} {{ $test['value'] }}

Tests

QA Test Name Test Data Type Test Type Unit of Measure Result
@endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection