-<a href="{{$crud->route}}/excel/export/{{request()->get('locale')}}" class="btn btn-outline-notice"><span
+<a href="{{$crud->route}}/excel/export/{{request()->get('locale',app()->getLocale())}}"
+ class="btn btn-outline-notice"><span
class="la la-file-excel"></span> {{__('Export Excel')}}</a>
@push("after_form")
-<form method="post" style="visibility: hidden;width: 0;height: 0;" enctype="multipart/form-data" action="{{$crud->route}}/excel/import/{{request()->get('locale')}}"
+<form method="post" style="visibility: hidden;width: 0;height: 0;" enctype="multipart/form-data" action="{{$crud->route}}/excel/import/{{request()->get('locale',app()->getLocale())}}"
style="visibility:hidden;height:1px;position:absolute;top:0;" id="uploadimportform">
@csrf
<input type="file" name="file" id="uploadimport"