@extends('layouts.app') @section('content')

@lang('general.update') @lang('general.sales_return')

@include('validate')

@lang('general.sales_return') @lang('general.details')

@method('PUT')

{{ $return->branch->branch_name }}

{{ $return->customer->customer_name }}
@forelse ($return->items as $returnItems) @php $uuid=Str::uuid(); @endphp @empty @endforelse
Product Name Quantity Price Discount (%) Tax (%) Total
{{ $returnItems->product->product_name }}
No Products Added
Sub Total
Round Off
Grand Total
@csrf
@endsection @push('scripts') @endpush