@extends('layouts.app') @section('header')
@endsection @section('content') @php $computeTotal = $computeSubTotal = 0; @endphp
{{ csrf_field() }}





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