Empty page change method..

This commit is contained in:
Cüneyt Şentürk
2021-02-12 17:51:46 +03:00
parent 04592a8d23
commit c17a596c33
9 changed files with 35 additions and 14 deletions

View File

@ -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

View File

@ -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