@extends('admin::curd.preview') @section('heading') @stop @section('title') @stop @section('breadcrumb') @stop @section('entry') @stop @section('tools') @stop @section('content')
|
Category |
{{ @$service_request->asset->category->name }} |
Subcategory |
{{ @$service_request->asset->subcategory->name }} |
|
Work Department |
{{ @$service_request->asset->work_department->name }} |
Company |
{{ @$service_request->asset->company->name }} |
|
Division |
{{ @$service_request->asset->division->name }} |
Block |
{{ @$service_request->asset->block->name }} |
|
Section |
{{ @$service_request->asset->section->name }} |
Location |
{{ @$service_request->asset->location->name }} |
|
Sublocation |
{{ @$service_request->asset->sublocation->name }} |
Custodian |
{{ @$service_request->asset->custodian->name }} |
|
Purchase Date |
{{ @$service_request->asset->purchase_date }} |
|
Service Request |
{{ 'SR-' . @$service_request->id }} |
Created Date & Time |
{{ date('d M, Y', strtotime(@$service_request->updated_at)) }} , {{ date('h:i A', strtotime(@$service_request->updated_at)) }} |
||
|
Requested By |
{{ @$service_request->employee->name }} |
Contact |
{{ @$service_request->employee->phone }} |
||
|
Preferred Date |
{{ @$service_request->request_date }} |
@endif
@if (@$service_request->time != null)
Preferred Time |
{{ @$service_request->time }} |
@endif
||
|
Warranty Expiry Date |
{{ @$service_request->asset->exp_date }} |
@endif
@if (@$service_request->asset->criticality_type != null)
Criticality Type |
{{ @$service_request->asset->criticality_type }} |
@endif
||
|
Supplier |
{{ @$service_request->asset->supplier->name }} |
@endif
@if (@$service_request->asset->supplier->support_contact != null)
Supplier Contact |
{{ @$service_request->asset->supplier->support_contact }} |
@endif
||
|
Company |
{{ @$service_request->company->name }} |
Division |
{{ @$service_request->division->name }} |
||
|
Department |
{{ @$service_request->department->name }} |
Description /Complaint |
{{ @$service_request->job_description }} |
||
|
Requester Status |
{{ @$service_request->requester_status }} |
Feedback by Requester |
{{ @$service_request->feedback_description }} |
||
|
Block |
{{ @$service_request->sublocation->block->name }} |
Section |
{{ @$service_request->sublocation->section->name }} |
||
|
Location |
{{ @$service_request->sublocation->location->name }} |
Sub Location |
{{ @$service_request->sublocation->name }} |
||
|
Work Department |
{{ @$service_request->work_department->name }} |
||||
|
Sub Work |
{{ @$service_request->subwork->name }} |
@endif
@if (!empty(@$service_request->jobtype->name))
Job Type |
{{ @$service_request->jobtype->name }} |
@endif
||
| {!! DNS1D::getBarcodeSVG( $service_request->asset->bar_code, config('app.barcode_type'), config('app.barcode_width'), config('app.barcode_height'), ) !!} |
|
Image from Service Request
|
|
Image from Asset Master
|
|
Image from Service Request
|