@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) }}

Description

{{ @$inspection_scheduling->description }}


{{-- --}}
@stop