@extends('public::form.header') @section('content')
@if ($subLocation->company->logo != null) {!! getCompanyLogo($subLocation) !!} @else @endif

Service Management

@extends('public::form.messages') @php $sublocation_id = app('request')->input('sublocation_id'); $department = app('request')->input('department'); @endphp
@php $language = client_config('service_request.facility_complaint.current_language'); if (!$language) { $language = config('package.service_request.service_request.facility_complaint_default_language'); } @endphp
@if ($language == 'Malayalam') @else @endif
We are committed to provide the best possible care for you and your family. Please fill the details and click submit.
@php $room_number = $subLocation->name; $only_numbers = preg_replace('/\D/', '', $room_number); $final_mobile = '495277' . $only_numbers; @endphp
@if (count($work_departments) >= 0) @endif
@if ($type != 'General')

Are you currently admitted ?

@endif @if($type != 'General')
@endif
@if(in_array(config('app.client_id'), [1560, 1561])) * @endif
@if (config('app.client_id') == 101) @endif @if(config('app.client_id') == 1000) @endif
@stop