@extends('admin.layouts.app') @section('title', 'Update Sale Return') @section('container')

Update Sale Return

@if (session('success'))
@endif @if (session('error'))
@endif
{{--
@if ($errors->any())
@endif
--}}
@csrf
@error('client')

{{ $message }}

@enderror
@error('date')

{{ $message }}

@enderror
@if (old('product') != null && sizeof(old('product')) > 0) @foreach (old('product') as $key => $item) @endforeach @else @foreach($sale->saleOrderDetails as $orderItem) @endforeach @endif
Product Name Unit Price Quantity Total
৳0.00
৳0.00
Add Product Total Amount ৳0.00
Sub Total
Grand Total
@endsection @push('scripts') @endpush