@extends('layouts.template') @section('template')

SALES RETURN

{{ csrf_field() }}
@if(Session::has('success'))
{{Session::get('success')}} @php Session::forget('success'); @endphp
@endif
Return Date:
Sales Invoice No. (Optional):
Reason:
Cart
# Item (Sold in last 14 days) Qty Rate Amount
1
Total:0
Payment

@endsection