@extends('admin.layout.master') @section('title','INVOICE PARAMETER') @section('page') @endsection @section ('content')

Invoice Parameters

@php $i =1; $j = 1; @endphp @foreach ($data as $ns => $item) {{-- Transaction To --}} {{-- Invoce Generate --}} {{-- Attachment --}} {{-- Ref No. --}} {{-- Payment Type --}} {{-- Product Show Type --}} {{-- vendor invoice Type --}} {{-- invoice des Type --}} {{-- party_wise_price --}} {{-- Invoice Reason Type --}} {{-- Print View--}} {{-- Fixed Price --}} {{-- Dual Currency --}} {{-- unit_qty --}} {{-- Send Email --}} @endforeach
@endsection @section('script') @endsection