@extends('layouts.admin_layout') @section('title', 'Add Product Category') @section('content') Add Product Category Home @if(!empty(count($breadcrumb))) Manage Product Categories @else Manage Product Categories @endif @foreach($breadcrumb as $breadcrumb_row) Manage Product Categories - {{$breadcrumb_row->product_category_name}} @endforeach Add Product Category Add Product Category @csrf Name* Parent Product Category Main Category @foreach($product_categories as $product_category_row) id) selected @else style="display:none" @endif>{{$product_category_row->product_category_name}} @endforeach Filter Type @foreach($product_listing_filter_types as $product_listing_filter_type_row) {{$product_listing_filter_type_row->product_listing_filter_type_title}} @endforeach Thumbnail Template @foreach($product_category_templates as $product_category_template_row) {{$product_category_template_row->product_category_template_title}} @endforeach YouTube Video Thumbnail YouTube Video ID YouTube Video Title YouTube Video Description Catalogue Process Add Process Testimonials Add Testimonial Contact Name Contact Email ID Contact Number Slider Add Slider Tabs Add Tab Milestone Add Milestone Development Add Development Related Services @foreach($services as $service_row) {{$service_row->service_name}} @endforeach Support Contacts Add Support Contact Meta Title* Meta Description* Desktop Banner Image Mobile Banner Image Caption Description Introduction Title Introduction Description Status Active Inactive Region Select Region @foreach($support_regions as $support_region_row) {{$support_region_row->support_region_name}} @endforeach Contact Name Contact Email ID Contact Number Delete Thumbnail Title Description Delete Image* Title Description Name Designation Delete Title Media Type Select Media Type @foreach($template_media_types as $template_media_type_row) {{$template_media_type_row->template_media_type_title}} @endforeach Image YouTube Video ID Caption Description Button Name Button Link Delete Desktop Image Mobile Image Caption Description Delete Icon Caption Count Delete Caption Description Image Link Delete @endsection