portal payment search js path updated
This commit is contained in:
parent
143315fe23
commit
520714fdd2
@ -3,7 +3,7 @@
|
|||||||
@section('title', trans_choice('general.invoices', 2))
|
@section('title', trans_choice('general.invoices', 2))
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header border-bottom-0">
|
<div class="card-header border-bottom-0">
|
||||||
{!! Form::open([
|
{!! Form::open([
|
||||||
'route' => 'portal.invoices.index',
|
'route' => 'portal.invoices.index',
|
||||||
|
@ -12,12 +12,12 @@
|
|||||||
'class' => 'mb-0'
|
'class' => 'mb-0'
|
||||||
]) !!}
|
]) !!}
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12 d-flex align-items-center">
|
<div class="col-12 d-flex align-items-center">
|
||||||
<span class="font-weight-400 d-none d-lg-block mr-2">{{ trans('general.search') }}:</span>
|
<span class="font-weight-400 d-none d-lg-block mr-2">{{ trans('general.search') }}:</span>
|
||||||
<akaunting-search></akaunting-search>
|
<akaunting-search></akaunting-search>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
{!! Form::close() !!}
|
{!! Form::close() !!}
|
||||||
</div>
|
</div>
|
||||||
@ -55,5 +55,5 @@
|
|||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@push('scripts_start')
|
@push('scripts_start')
|
||||||
<script src="{{ asset('public/js/customers/payments.js?v=' . version('short')) }}"></script>
|
<script src="{{ asset('public/js/portal/payments.js?v=' . version('short')) }}"></script>
|
||||||
@endpush
|
@endpush
|
||||||
|
Loading…
x
Reference in New Issue
Block a user