@extends('layout.header') @section('main')
{{--meta name="_token" content="{{ csrf_to ken() }}" >--}} @csrf {{----}} {{--Store Name code--}}
{{--UserName Code--}}
{{--GST code--}} GST_Type: {{--ProductName code--}}
@foreach($products as $product) {{$product->product_name}}
@endforeach {{----}} {{----}}
Product Name
Per Piece
Qty
Offered Price
Total Amount
  • Calculate
  • With GST
    Subtotal (Tax Exclusive):
    CGST@9%:
    SGST@9%:
    IGST@0%:
    Total (With GST):
    Without GST
    Subtotal (Tax Exclusive):
    Total (Without GST):
    {{-- @include('includes.scripts_orders_entry')--}} @endsection