@extends('layouts.app') @section('header')
@endsection @section('content')
{{ csrf_field() }}



{{--
--}}

@foreach($saleList as $list) @endforeach
Item (Cat. No) Description Qty UOM Tax Rate Total
@php if(empty($list->catalogue)) $itemName = $list->name; else $itemName = $list->name." (".$list->catalogue.")"; @endphp





@endsection @section('scripts') @include('billing.estimate.inc.script') @endsection