@extends('frontend.client.dashboard.dashboard_template') @section('client_dashboard_content')

Overview

@foreach($userRequestedServiceRequests as $requestedServiceRequest)

{{ $requestedServiceRequest->Service->service_name }}

{{--


Warning: Undefined variable $requestedServiceRequest in /home/slsiluser/public_html/service-portal/resources/views/frontend/client/dashboard/overview.blade.php on line 14

Warning: Attempt to read property "Service" on null in /home/slsiluser/public_html/service-portal/resources/views/frontend/client/dashboard/overview.blade.php on line 14

Warning: Attempt to read property "service_description" on null in /home/slsiluser/public_html/service-portal/resources/views/frontend/client/dashboard/overview.blade.php on line 14

--}}

ID :
Warning: Undefined variable $requestedServiceRequest in /home/slsiluser/public_html/service-portal/resources/views/frontend/client/dashboard/overview.blade.php on line 17

Warning: Attempt to read property "id" on null in /home/slsiluser/public_html/service-portal/resources/views/frontend/client/dashboard/overview.blade.php on line 17
SR#0000

Current Status :
Warning: Undefined variable $requestedServiceRequest in /home/slsiluser/public_html/service-portal/resources/views/frontend/client/dashboard/overview.blade.php on line 21

Warning: Attempt to read property "CurrentServiceStage" on null in /home/slsiluser/public_html/service-portal/resources/views/frontend/client/dashboard/overview.blade.php on line 21

Warning: Undefined variable $requestedServiceRequest in /home/slsiluser/public_html/service-portal/resources/views/frontend/client/dashboard/overview.blade.php on line 21

Warning: Attempt to read property "current_status" on null in /home/slsiluser/public_html/service-portal/resources/views/frontend/client/dashboard/overview.blade.php on line 21


Warning: Undefined variable $requestedServiceRequest in /home/slsiluser/public_html/service-portal/resources/views/frontend/client/dashboard/overview.blade.php on line 23

Warning: Attempt to read property "CurrentServiceStage" on null in /home/slsiluser/public_html/service-portal/resources/views/frontend/client/dashboard/overview.blade.php on line 23

Requested Date : {{ date('Y-m-d H:i:s', strtotime($requestedServiceRequest->created_at)) }}

Last Updated Date : {{ date('Y-m-d H:i:s', strtotime($requestedServiceRequest->updated_at)) }}

View More
@endforeach
@endsection