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

Add New Sale Return Non-Warranty

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

{{ $message }}

@enderror
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @error('warehouse')--}} {{--

{{ $message }}

--}} {{-- @enderror--}} {{--
--}} {{--
--}}
@error('date')

{{ $message }}

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