@extends('admin.layouts.main-layout') @section('title', $title) @section('content')
@if(isset($enc_parent_section) && !empty($enc_parent_section))
$enc_service, "parent" => $enc_parent_section, "section" => $section->encrypted_id]) : route('add.service.sub.section', ["service" => $enc_service, "parent" => $enc_parent_section]) }}" method="POST" enctype="multipart/form-data"> @else $enc_service, "section" => $section->encrypted_id]) : route('add.service.section', $enc_service) }}" method="POST" enctype="multipart/form-data"> @endif @csrf
{{ $title }} @if(isset($enc_parent_section) && !empty($enc_parent_section)) $enc_service, "parent" => $enc_parent_section]) }}" class="btn btn-icon rounded-pill btn-outline-secondary float-end"> @else @endif
@if (session('error')) @elseif (session('success')) @endif
@error('section_headline')
{{ $message }}
@enderror
@if(empty($enc_parent_section))
@endif
@if(!empty($section->encrypted_id) && !empty($section->section_image))
Section_Image
@endif
@if(isset($enc_parent_section) && !empty($enc_parent_section)) $enc_service, "parent" => $enc_parent_section]) }}" class="btn btn-outline-secondary">Back @else Back @endif
@endsection