@extends('layouts.master') @section('title', 'Sale Return Create') @section('page-header') Sale Return Create @stop @push('style') @endpush @section('content')

@yield('page-header')

@csrf @include('partials._alert_message')
Company
Customer*
Date*
Invoice*

Product Return Information

SL. Product Name Unit Condition Price Returnable Qty Quantity Subtotal
Total

Product Exchange Information

Product
Price
Quantity
SL. Product Name Unit Price Quantity Subtotal
Total
@error('end_date') {{ $message }} @enderror
@endsection @section('js') @endsection