@extends('pages.admin.layout') @section('content')

Edit Product

{{ method_field('PUT') }} @csrf

Edit Product

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Feature information
Available on which site

Image

@if($product->getFirstMediaUrl('images','thumb')) @foreach($product->getMedia('images') as $image)
@endforeach @endif

Product Options

@include('pages.admin.products._product_options_table')
@if(env('IS_MIN_ONLINE') == 0)

EcoVillage Information

Availablity on ePos (if checked - it will not be on ePos)
For Products that are Weighed
@endif
@include('pages.admin.products._product_options_modal') @endsection @section('scripts') @append