@extends('layouts.app') @section('content')

Add new domain

{{ csrf_field() }}


Add new products.





INSERT INTO product VALUES (NULL, 'product_u_id', 'Product Desc', 'SKU', 'Product Panel Name', '1 (Product active)', '1 (send method)', '2026-04-20 08:36:08')
@endsection