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

Invoice Payment Method

{!! Form::label('ipm_date_filter', __('report.date_range') . ':') !!} {!! Form::text('ipm_date_filter', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control custom-input', 'readonly']); !!}
{!! Form::label('ipm_location_id', __('purchase.business_location') . ':') !!} {!! Form::select('ipm_location_id', $business_locations, null, ['class' => 'form-control custom-select select2', 'style' => 'width:100%', 'placeholder' => __('messages.all')]); !!}
Transaction Date Invoice No Customer Sales Amount Discount Invoice Amt Cash Cheque Credit Other
@endsection @section('javascript') @endsection