@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
@endsection @section('pageJs') @include('sale.return_bills.script') @endsection