@extends('layouts.app') @section('title', __('sale.return.return')) @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('sale.return.details') }}
#
@if(app('company')['tax_type'] == 'gst')
@endif @if(app('company')['is_enable_secondary_currency'])
@endif
{{ __('item.items') }}
{{ __('app.action') }} {{ __('item.item') }} {{ __('item.serial') }} {{ __('item.batch_no') }} {{ __('item.mfg_date') }} {{ __('item.exp_date') }} {{ __('item.model_no') }} {{ __('item.mrp') }} {{ __('item.color') }} {{ __('item.size') }} {{ __('app.qty') }} {{ __('unit.unit') }} {{ __('app.price_per_unit') }} {{ __('app.discount') }} {{ __('tax.tax') }} {{ __('app.total') }}
No items are added yet!!
{{ __('app.total') }} 0 0
@if(app('company')['is_enable_secondary_currency']) @endif
{{ __('app.grand_total') }}
{{ __('currency.converted_to') }}
{{ __('payment.payment') }}
@include("modals.payment-type.create") @include("modals.item.serial-tracking") @include("modals.party.create") @include("modals.item.create") @include("modals.sale.order.load-sold-items") @endsection @section('js') @endsection