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

Rejection Details

{{-- --}}
Serial Number MPR-{{ $rejection->serial_number }} Collection Point @if ($rejection->type == 'purchase_at_mcc') {{ $rejection->mcc ? $rejection->mcc->name : 'N/A' }} @elseif ($rejection->type == 'mmt_purchase') {{ $rejection->cp ? $rejection->cp->name : 'N/A' }} @else N/A @endif
Supplier {{ $rejection->supplier ? $rejection->supplier->name : 'N/A' }} User {{ $rejection->user->name }}
Gross Volume {{ $rejection->gross_volume }} TS Volume {{ $rejection->ts_volume }}
Opening Balance {{ $rejection->opening_balance }} Supplier Type {{ $rejection->supplier ? $rejection->supplier->supplier_type->name : 'N/A' }}
Time {{ $rejection->time }}

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