{{-- {{ $findServiceById }} --}} {{--
Department
--}}
Division
@if (count($divisionList) > 0) @foreach ($divisionList as $division) @if ($findServiceById->ServiceSubCategory->ServiceCategory->Division->id == $division->id)
{{ $division->name }}
@endif @if ($findServiceById->ServiceSubCategory->ServiceCategory->Division->id != $division->id)
{{ $division->name }}
@endif @endforeach @endif
Service Category
@if (count($serviceCategoryList) > 0) @foreach ($serviceCategoryList as $serviceCategory) @if ($findServiceById->ServiceSubCategory->ServiceCategory->id == $serviceCategory->id)
{{ $serviceCategory->service_category_name }}
@endif @if ($findServiceById->ServiceSubCategory->ServiceCategory->id != $serviceCategory->id)
{{ $serviceCategory->service_category_name }}
@endif @endforeach @endif
Service Category
Service Sub Category
@if (count($serviceSubCategoryList) > 0) @foreach ($serviceSubCategoryList as $serviceSubCategory) @if ($findServiceById->ServiceSubCategory->id == $serviceSubCategory->id)
{{ $serviceSubCategory->service_sub_category_name }}
@endif @if ($findServiceById->ServiceSubCategory->id != $serviceSubCategory->id)
{{ $serviceSubCategory->service_sub_category_name }}
@endif @endforeach @endif
Service Sub Category
Service Name
Warning
: Undefined variable $findServiceById in
/home/slsiluser/public_html/service-portal-mobile-responsive/resources/views/admin/service/edit.blade.php
on line
107
Warning
: Attempt to read property "state" on null in
/home/slsiluser/public_html/service-portal-mobile-responsive/resources/views/admin/service/edit.blade.php
on line
107
>
Status
Service Description
@if ($findServiceById->require_additional_docments == 1)
@endif @if ($findServiceById->require_additional_docments == 0)
@endif
Require Client Documents
{{--
Add Document
Document Name
Mandatory
Sample Document
Sample_form_1.pdf
Edit
Remove
Select File
Reset
--}} {{--
Price
Standard Price
Custom Price
Free
--}}
Payment Options
@if ($findServiceById->payment_option == 'BANK_DEPOSIT')
Pay Online
Bank Deposit
Both
@endif @if ($findServiceById->payment_option == 'ONLINE')
Pay Online
Bank Deposit
Both
@endif @if ($findServiceById->payment_option == 'BOTH')
Pay Online
Bank Deposit
Both
@endif
Delivery Type
@if ($findServiceById->delivery_type == 'SOFT_COPY')
Soft Copy
Hard Copy
Both
@endif @if ($findServiceById->delivery_type == 'HARD_COPY')
Soft Copy
Hard Copy
Both
@endif @if ($findServiceById->delivery_type == 'BOTH')
Soft Copy
Hard Copy
Both
@endif
@if ($findServiceById->has_renewal_time == 0)
Has Renewal Time
@endif @if ($findServiceById->has_renewal_time == 1)
Has Renewal Time
@endif
/home/slsiluser/public_html/service-portal-mobile-responsive/resources/views/admin/service/edit.blade.php on line
340
display: none;">
/home/slsiluser/public_html/service-portal-mobile-responsive/resources/views/admin/service/edit.blade.php on line
343
" class="form-control" placeholder="Renewal Time" name="renewal_time">
@if ($findServiceById->renewal_type === null)
Days
Months
Years
@endif @if ($findServiceById->renewal_type == 'DAYS')
Days
Months
Years
@endif @if ($findServiceById->renewal_type == 'MONTHS')
Days
Months
Years
@endif @if ($findServiceById->renewal_type == 'YEARS')
Days
Days
Years
@endif
@if ($findServiceById->direct_request_approval == 0)
Direct Approve
@endif @if ($findServiceById->direct_request_approval == 1)
Direct Approve
@endif
@if ($findServiceById->enable_internal_group_notification == 1)
Enable Internal User Group Notification
Users
@if (count($getEnabledSystemUserList) > 0) @foreach ($getEnabledSystemUserList as $user) @php $divisionName = $user['division']['name'] ?? ''; @endphp
{{ $user['name'] }} {{ $user['last_name'] }}{{ $divisionName }}
@endforeach @endif
Notification Template
@endif @if ($findServiceById->enable_internal_group_notification == 0)
Enable Internal User Group Notification
Users
@if (count($getEnabledSystemUserList) > 0) @foreach ($getEnabledSystemUserList as $user) @php $divisionName = $user['division']['name'] ?? ''; @endphp
{{ $user['name'] }} {{ $user['last_name'] }} {{ $divisionName }}
@endforeach @endif
Notification Template
@endif
Add