@extends('layouts.admin_layout') @section('title', 'Edit Product') @section('content') Edit Product Home Manage Products Edit Product Edit Product @csrf Product Name Category Select Category @foreach($product_categories as $product_category_row) id == $product->product_category_id) selected @endif>{{$product_category_row->category_name}} @endforeach Attributes* @foreach($product_attributes as $product_attribute_row) id, $product_selected_attributes)) selected @endif>{{$product_attribute_row->attribute_name}} @endforeach Maintenance Level Select Level @foreach($maintenance_levels as $maintenance_level_row) product_maintenance_level == $maintenance_level_row->id) selected @endif>{{$maintenance_level_row->maintenance_level_title}} @endforeach Sun Guide Title product_category_id, $hide_sun_guide_array)) style="display:none;" @endif> Sun Guide File @if(!empty($product->product_pdf)) View Sun Guide Delete Sun Guide @endif Add to Cart Button Title Thumbnail (549 x 825) Change Image Hover Image (549 x 825) Change Image Description* {{$product->product_description}} Size Guide File @if(!empty($product->product_size_guide)) View Size Guide Delete Size Guide @endif Related @foreach($products as $product_row) id, $related_products)) selected @endif>{{$product_row->product_name}} {{$product_row->attribute_value_data}} @endforeach Care Product Select Care Product @foreach($plants as $plant_row) product_care_id == $plant_row->id) selected @endif>{{$plant_row->plant_title}} @endforeach Meta Title* Meta Description* {{$product->meta_description}} Status Active display_status)) selected @endif>Inactive @php echo View::make('admin.image_selection', ['files' => $files]); @endphp @endsection