@extends('layouts.app') @section('title', 'Organization') @section('content')
First Name | Last Name | Contact Number | Designation | Is Active | Action | ||
---|---|---|---|---|---|---|---|
{{ $user->first_name}} | {{ $user->last_name}} | {{ $user->email}} | {{ $user->phone_no}} | {{ $user->designation }} |
is_active==1) checked @endif >
|
|
Production System | Username | Action |
---|---|---|
{{ $system->production_system_name->production_system_name}} | {{ $system->user_name}} |
|
Document Name | Valid Upto | Is Expired? | Document | Action |
---|---|---|---|---|
{{ $doc->doc_name}} | @isset($doc->valid_upto){{ date('d-m-Y', strtotime($doc->valid_upto))}}@endisset | @if($doc->is_expired ==1) Yes @else No @endif | @if(isset($doc->document)) @endif |
|
Sub Product Type | Max Sample Size | Action |
---|---|---|
{{ $samplesize->subproduct_type_name }} | {{ $samplesize->max_sample_size}} |
Sub Product Type | Cost | Action |
---|---|---|
{{ $orgpricing->getSubProductTypeName->subproduct_type_name}} | {{ $orgpricing->cost}} |
|