@extends('master.app') @section('title', 'customer') @section('body')
@include('sale.return_bills.next-header-form')
@include('sale.return_bills.next-item-table')

Invoice Details

@include('general.valert')
@csrf @method('post')
'
@if ($bdate == 1) @else
@endif
@php if ($bill_items->sum('total') == 0) { $total = $bill->amount; } else { $total = $bill_items->sum('total'); } @endphp
@endsection @section('pageJs') @include('sale.return_bills.script') @endsection