@extends('layouts.admin_layout') @section('title', 'Add Product') @section('content') Add Product Home Manage Products Add Product Add Product @csrf Product Name Category Select Category @foreach($product_categories as $product_category_row) {{$product_category_row->category_name}} @endforeach Attributes* @foreach($product_attributes as $product_attribute_row) {{$product_attribute_row->attribute_name}} @endforeach Maintenance Level Select Level @foreach($maintenance_levels as $maintenance_level_row) {{$maintenance_level_row->maintenance_level_title}} @endforeach Sun Guide Title Sun Guide File Add to Cart Button Title Thumbnail (549 x 825) Select Image Hover Image (549 x 825) Select Image Description* Size Guide File Related @foreach($products as $product_row) {{$product_row->product_name}} {{$product_row->attribute_value_data}} @endforeach Care Product Select Care Product @foreach($plants as $plant_row) {{$plant_row->plant_title}} @endforeach Meta Title* Meta Description* Status Active Inactive @php echo View::make('admin.image_selection', ['files' => $files]); @endphp @endsection