@extends('admin.layouts.main-layout') @section('title', 'Manage Sub-Services') @section('content')
@if (session('success')) @endif
{{ $single_service->service_name }} -> Manage Sub-Services @if(!empty($enc_parent)) $enc_service, "parent" => $enc_parent]) }}" class="btn rounded-pill btn-icon btn-outline-primary float-end" style="font-size: 1.7em;">+ @if(!empty($super_parent)) $enc_service, "parent" => $super_parent]) }}" class="btn btn-icon rounded-pill btn-outline-secondary float-end"> @else @endif $enc_service, "parent" => $enc_parent]) }}" class="btn btn-primary float-end me-2">Sub-Services Sequence @else + Sub-Services Sequence @endif
@if($service_templates->isNotEmpty()) @endif @if(($single_service->service_name == 'Individual Tax') || ($single_service->service_name == 'Business Registration')) @endif @foreach($subServicesData as $sub_services) @if($service_templates->isNotEmpty()) @endif @if($single_service->service_name == 'Individual Tax') @elseif($single_service->service_name == 'Business Registration') @endif @endforeach
S. No. Service Name & Sections All Sub-Services Service Position Client Service URLsApply TemplateVisibilityStatus Actions
1. {{ $sub_services->service_name }} $enc_service, "parent" => $sub_services->encrypted_id]) }}" class="btn btn-sm btn-info"> {{ $sub_services->service_name }} {{ $sub_services->position_order }} @if(!empty($single_subservice)) $single_service->service_url, "parent_url" => $single_subservice->service_url, "subservice_url" => $sub_services->service_url]) }}"> {{ $sub_services->service_name }} @else $single_service->service_url, "parent_url" => $sub_services->service_url]) }}"> {{ $sub_services->service_name }} @endif
@endsection @section('admin-custom-js') @endsection