@extends('layouts.admin_layout') @section('title', 'Edit Product Category') @section('content') Edit Product Category Home Manage Product Categories Edit Product Category Edit Product Category @csrf Product Category Name Layout Select Layout category_layout_id == 1) selected @endif>Without Filters category_layout_id == 2) selected @endif>With Filters category_layout_id != 1) style="display:none;" @endif> Banner Image* @if(!empty($product_category->banner_image)) @endif Banner Caption Banner Description {{$product_category->banner_description}} Introduction Text {{$product_category->introduction_text}} Products* @foreach($products as $product_row) product_category_id == $product_category->id) selected disabled @endif>{{$product_row->product_name}} @endforeach Cities* @foreach($cities as $city_row) city_name, $category_cities)) selected @endif>{{$city_row->city_name}} @endforeach Meta Title* Meta Description* {{$product_category->meta_description}} Status Active display_status)) selected @endif>Inactive @endsection