@extends('layouts.app') @section('title', __('Credit Management')) @section('content')

@lang('Credit Management List')

@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('location_id', __('purchase.business_location') . ':') !!} {!! Form::select('location_id', $business_locations, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]) !!}
{!! Form::label('credit_list_filter_date_range', __('report.date_range') . ':') !!} {!! Form::text('credit_list_filter_date_range', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control', 'readonly']); !!}
@endcomponent @if (session('error'))
{{ session('error') }}
@endif @component('components.widget', ['class' => 'box-primary', 'title' => __('All List')]) @can('purchase.create') @slot('tool')
@lang('messages.add')
@endslot @endcan
SNO Date & Time Location & Name Description Payment Type Payment Method Transaction / Invoice No Amount Status Action
@endcomponent {{--- View Image Modal---}} {{---End of View Image Modal---}}
@stop @section('javascript') @endsection