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

@ -86,7 +86,7 @@
</div>
</div>
@else
@include('partials.admin.empty_page', ['page' => 'taxes', 'docs_path' => 'settings/taxes'])
<x-empty-page group="settings" page="taxes" />
@endif
@endsection