@include('partials.breadcrumbs')

View Move Details @include('layouts.crmnov')

@php $selectedStaff = is_array($scheduledMove->email_notify_staff) ? $scheduledMove->email_notify_staff : json_decode($scheduledMove->email_notify_staff, true) ?? []; @endphp
What do you want to move?
{{-- @if($scheduledMove->resource_type === 'Employee')
Selected Employee
@endif --}} @if($scheduledMove->resource_type === 'Employee')
Selected Employee
@endif @if($scheduledMove->resource_type === 'Employee')
Selected Role
@endif @if($scheduledMove->resource_type == 'Resident')
Selected Resident
@endif @if($scheduledMove->resource_type == 'Vehicle')
Selected Vehicle
@endif
Destination Home
Selected Staff To Notify
Schedule Type
{{-- @if($scheduledMove->schedule_type == 'later') --}}
{{-- @endif --}}
Status
@php $status = (string) $scheduledMove->status; @endphp {{ $status === '1' ? 'Completed' : ($status === '2' ? 'Cancelled' : 'Pending') }}