@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(@$facility_scheduling->inspection_date)) }} --}}

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

Scheduler Name

{{ @$facility_scheduling->scheduler_name }}

Schdeuler Code

{{ @$facility_scheduling->facility_scheduler->code }}

Schedule Master

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

Work Department

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

Technician

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

Inspection Date

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

Sublocation Count

{{ count(@$facility_scheduling->scheduler_sub_locations) }}

Description

{{ @$facility_scheduling->description }}


{{-- --}}
@stop