@extends('layouts.app') @section('title', 'Invoice Return Details Report') @section('css') @endsection @section('content')

Invoice Return Details Report

{!! Form::label('ird_date_filter', __('report.date_range') . ':') !!} {!! Form::text('ird_date_filter', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control custom-input', 'readonly']); !!}
{!! Form::label('ird_location_id', __('purchase.business_location') . ':') !!} {!! Form::select('ird_location_id', $business_locations, null, ['class' => 'form-control custom-select select2', 'style' => 'width:100%', 'placeholder' => __('messages.all')]); !!}
Return Invoice No Parent Invoice No Return Date Customer Code Customer Name Salesperson Item Code Item Description Unit Price Return Qty Return Subtotal
@endsection @section('javascript') @endsection