@extends('admin.layouts.main-layout') @section('title', 'Manage Sub-Service Sections') @section('content')
@if (session('success')) @endif
@php $flow = ''.$sub_service->service_name.''; if(isset($parent_section) && !empty($parent_section)) { $flow .= ' -> '. ''.$parent_section->section_headline.''; } @endphp
-> Manage Sub-Service Sections
@if(isset($enc_parent_section) && !empty($enc_parent_section)) $enc_subservice, "parent" => $enc_parent_section]) }}" class="btn rounded-pill btn-icon btn-outline-primary float-end ms-2" style="font-size: 1.7em;">+ @if(isset($enc_super_parent) && !empty($enc_super_parent)) $enc_subservice, "parent" => $enc_super_parent]) }}" class="btn btn-icon rounded-pill btn-outline-secondary float-end"> @else $enc_subservice]) }}" class="btn btn-icon rounded-pill btn-outline-secondary float-end"> @endif {{-- Service Sections Sequence --}} @else + {{-- Service Sections Sequence --}} @endif
@foreach($sectionsData as $sections) @endforeach
S. No. Section Name & Sub-Sections Section Position Section Image Status Actions
1. @if(isset($sections->encrypted_id) && !empty($sections->encrypted_id)) $enc_subservice, "parent" => $sections->encrypted_id]) }}"> {{ $sections->section_headline }} @else {{ $sections->section_headline }} @endif {{ $sections->position_order }} @if($sections->section_image)
  • Section_Image
@endif
@endsection @section('admin-custom-js') @endsection