@extends('layouts/billing_layout') @section('title', '| '. $data['pageTitle'] ) @section('content') div class="content-wrapper">

Manage Invoice

Add Invoice Invoice List

{{($errors->has('category_id'))?($errors->first('category_id')):''}}
{{($errors->has('product_id'))?($errors->first('product_id')):''}}
Add
@csrf
Category Product Name Pcs/kg Unit Price Total Price Action
Discount
Grand Total


@endsection