@if ($bill->type_id == 1)
@include('sale.customers.bills.next-header-from')
@include('sale.customers.bills.next-item-table')
@endif
@if ($bill->type_id == 2)
@include('sale.customers.bills.row-bills.next-header-form')
@include('sale.customers.bills.row-bills.next-item-table')
@endif
Invoice Statement
@include('general.valert')