@extends('admin.layouts.main-layout') @section('title', 'Manage Sub-Services') @section('content')
| S. No. | Service Name & Sections | All Sub-Services | Service Position | Client Service URLs | @if($service_templates->isNotEmpty())Apply Template | @endif @if(($single_service->service_name == 'Individual Tax') || ($single_service->service_name == 'Business Registration'))Visibility | @endifStatus | 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 | @if($service_templates->isNotEmpty())@endif @if($single_service->service_name == 'Individual Tax') | @elseif($single_service->service_name == 'Business Registration') | @endif |
|
|