Sale Return Edit
@csrf
{{ trans('Sale Return Number') }}
{{ trans('Sale Return Date') }}
{{ trans('Payment OverDue Date') }}
{{--
{{ trans('Payment Method') }}
{{ $purchase_orders->payment_method }}
Cash
Credit
Consignment Terms
--}} @if (auth()->user()->is_admin == '1')
{{ trans('Location') }}
@foreach ($warehouses as $warehouse)
branch == $warehouse->id ? 'selected' : '' }}> {{ $warehouse->name }}
@endforeach
@else
{{ trans('Location') }}
@php $userPermissions = auth()->user()->level ? json_decode(auth()->user()->level) : []; @endphp @foreach ($warehouses as $branch) @if (in_array($branch->id, $userPermissions))
{{ $branch->name }}
@endif @endforeach
@endif
Receiving Mode
balance_due == 'Sale Return') selected @endif>Sale Return
@if (session('success'))
{{ session('success') }}
×
@endif @if (session('error'))
{{ session('error') }}
×
@endif
{{ trans('No') }}
{{ trans('Item Name') }}
{{ trans('Descriptions') }}
{{ trans('Quantity') }}
{{ trans('Unit') }}
{{ trans('Unit Price') }}
{{ trans('Discounts') }}
{{ trans('Expiry') }}
{{ trans('Amount') }} ({{ config('currency.symbol') }})
@foreach ($purchase_sells as $key => $po)
{{ $key + 1 }}
{{--
--}} {{--
status == 1 ? 'checked' : '0' }} />
--}} {{--
--}}
{{--
--}}
Remove
@endforeach
{{ trans('Add row') }}
Calculate
Item Search
@if (isset($employees[0])) {{ trans('general.employee') }}
{{ $logged_in_user->first_name }}
@foreach ($employees as $employee)
{{ $employee->first_name }} {{ $employee->last_name }}
@endforeach
@endif
Sub Total
Overall Discount
Item Discount
Total
@forelse ($payment_method as $index => $payment)
@if ($index === 0)
Payment Method
@endif
payment_method === 'Cash' ? 'selected' : '' }}> Cash
payment_method === 'K Pay' ? 'selected' : '' }}> K Pay
payment_method === 'Wave' ? 'selected' : '' }}> Wave
payment_method === 'Others' ? 'selected' : '' }}> Others
@if ($index === 0)
@else
@endif
@empty
Payment Method
Cash
K Pay
Wave
Others
@endforelse
Deposit
Remaining Balance
Remark
{{ $purchase_orders->remark }}
Save
Cancel