@extends('layouts.master')
@section('title', __('Sales Return'))
@section('css')
@endsection
@section('content')
{{__('Sales Return')}} Edit
The discount is accumulated from all discounts in invoices per Item.
@if (session('success'))
@endif
@if (session('error'))
@endif
@endsection
@section('scripts')
@endsection