@extends('master.app') @section('title', 'customer') @section('body')
@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')
@csrf @method('post')
@endsection @section('pageJs') @include('sale.customers.bills.script') @endsection