@extends('layouts.layout-horizontal') @section('title', 'Create Sales Return') @section('css') @endsection @section('content')
@csrf
Create Sales Return
@if ($mode == 'cash') Cash Mode @else Bill Mode @endif
@error('party_id')
{{ $message }}
@enderror @include('partials._party-details')
@error('invoice_date')
{{ $message }}
@enderror
@error('reason')
{{ $message }}
@enderror

{{-- Items table --}}
Line Items
New Product
@if($mode !== 'cash')@endif @if($mode !== 'cash')@endif
# ProductHSNUnit Qty RateTax%Total
{{-- Sticky bottom totals bar --}}
{{-- P&F row --}}
P&F Tax:
Amount
Tax
Roundoff
Grand Total
{{-- Spacer so content is not hidden behind sticky bar --}}
@endsection @push('scripts') @endpush