@extends('layouts.admin_layout') @section('title', 'Edit Product Tag') @section('content') Edit Product Tag Home Manage Product Tags Edit Product Tag Edit Product Tag @csrf Product Tag Name Products* @foreach($products as $product_row) id, $selected_products_by_tag)) selected @endif>{{$product_row->product_name}} {{$product_row->attribute_value_data}} @endforeach Listing Filter? No listing_filter)) selected @endif>Yes Type Filter? No type_filter)) selected @endif>Yes Sunlight Filter? No sunlight_filter)) selected @endif>Yes Meta Title* Meta Description* {{$product_tag->meta_description}} Status Active display_status)) selected @endif>Inactive @endsection