{{-- resources/views/returns/create.blade.php --}} @extends('layouts.app') @section('title', 'Return Entry') @section('content')

Return Entry

@if ($errors->any())
@endif
@csrf
{{-- Type --}}
@php $oldType = old('type', 'customer'); @endphp
{{-- Party --}}
{{-- Date --}}
{{-- Note --}}
{{-- Return Items --}}
Return Items
{{-- first row – index 0 --}}
Product Qty Unit Price Total
{{-- small thumbnail on right --}}
preview
No image
Back to List
{{-- === ROW TEMPLATE (used for new rows) === --}} @endsection @push('styles') {{-- Select2 CSS --}} @endpush @push('scripts') {{-- jQuery + Select2 (jodi layout-e jQuery thake, oi line ta bad dite paro) --}} @endpush