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

Create Product

Create Product

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Feature information
Available on which site
@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
@endsection @section('scripts') @append