Empty page change method..
This commit is contained in:
@ -82,7 +82,7 @@
|
||||
</div>
|
||||
</div>
|
||||
@else
|
||||
@include('partials.admin.empty_page', ['page' => 'reconciliations', 'docs_path' => 'banking/reconciliations'])
|
||||
<x-empty-page group="banking" page="reconciliations" />
|
||||
@endif
|
||||
@endsection
|
||||
|
||||
|
@ -83,7 +83,7 @@
|
||||
</div>
|
||||
</div>
|
||||
@else
|
||||
@include('partials.admin.empty_page', ['page' => 'transfers', 'docs_path' => 'banking/transfers'])
|
||||
<x-empty-page group="banking" page="transfers" />
|
||||
@endif
|
||||
@endsection
|
||||
|
||||
|
Reference in New Issue
Block a user