@extends('admin::curd.preview') @section('heading') @stop @section('title') @stop @section('breadcrumb') @stop @section('entry') @stop @section('tools') @stop @section('content')
{{-- --}}
{{-- Date: {{ date('d/m/Y',strtotime(@$inspection_scheduling->inspection_date)) }} --}}

{{ @$inspection_scheduling->scheduler_name }} ( Trans ID : {{ @$inspection_scheduling->code }} )

{{--
--}}

Scheduler Name

{{ @$inspection_scheduling->scheduler_name }}

Schdeuler Code

{{ @$inspection_scheduling->scheduler->code }}

Schedule Master

{{ @$inspection_scheduling->schedule_master->name }}

Work Department

{{ @$inspection_scheduling->work_department->name }}

Technician

{{ @$inspection_scheduling->technician->name }}

Inspection Date

{{ @date('d M , Y', strtotime($inspection_scheduling->inspection_date)) }}

Asset Count

{{ count(@$inspection_scheduling->scheduler_assets) }}

Inspection Status

{{ @$inspection_scheduling->inspection_status }}

Description

{{ @$inspection_scheduling->description }}

@if (!empty(@$assets)) @forelse(@$assets as $key => $ws) @empty @endif @endif

Assets Updates

Asset ID Asset Name Category Sub Category Sub Location Technician Status
{{ @$ws->rfc ?: $ws->ref }} {{ @$ws->name }} {{ @$ws->category->name }} {{ @$ws->subcategory->name }} {{ @$ws->sublocation->name }} {{ @$daily_inspections->where('asset_id', $ws->id)->first()->user->name ?? '' }} {{ @$daily_inspections->where('asset_id', $ws->id)->first() ? 'Done' : 'Pending' }}

No Asset Details


{{-- --}}
@stop