Merge branch 'master' of https://github.com/brkcvn/akaunting
This commit is contained in:
		| @@ -247,7 +247,7 @@ | ||||
|                         </div> | ||||
|                     </div> | ||||
|  | ||||
|                     <div class="relative__footer mt-6"> | ||||
|                     <div class="mt-6"> | ||||
|                         @if ($transactions->count()) | ||||
|                             <div class="sm:col-span-6 flex items-center justify-end"> | ||||
|                                 <x-link | ||||
|   | ||||
| @@ -186,7 +186,7 @@ | ||||
|                 </div> | ||||
|  | ||||
|                 @can('update-banking-reconciliations') | ||||
|                 <div class="relative__footer mt-6"> | ||||
|                 <div class="mt-6"> | ||||
|                     @if ($transactions->count()) | ||||
|                         <div class="sm:col-span-6 flex items-center justify-end"> | ||||
|                             <x-link | ||||
|   | ||||
| @@ -29,7 +29,7 @@ | ||||
|                     <x-form.group.file name="import" dropzone-class="form-file" singleWidthClasses :options="['acceptedFiles' => '.xls,.xlsx']" form-group-class="mt-8" /> | ||||
|                 </div> | ||||
|  | ||||
|                 <div class="relative__footer mt-8"> | ||||
|                 <div class="mt-8"> | ||||
|                     <div class="sm:col-span-6 flex items-center justify-end"> | ||||
|                         @if (! empty($route)) | ||||
|                             <a href="{{ route(\Str::replaceFirst('.import', '.index', $route)) }}" class="px-6 py-1.5 mr-2 hover:bg-gray-200 rounded-lg"> | ||||
|   | ||||
| @@ -21,8 +21,6 @@ | ||||
|     @endif | ||||
|  | ||||
|     @if (! empty($foot) && $foot->isNotEmpty()) | ||||
|     <div class="relative__footer"> | ||||
|         {!! $foot !!} | ||||
|     </div> | ||||
|     @endif | ||||
| </div> | ||||
|   | ||||
| @@ -10,8 +10,6 @@ | ||||
|     @endif | ||||
|  | ||||
|     @if (! empty($foot) && $foot->isNotEmpty()) | ||||
|     <div class="relative__footer"> | ||||
|         {!! $foot !!} | ||||
|     </div> | ||||
|     @endif | ||||
| </div> | ||||
|   | ||||
| @@ -21,8 +21,6 @@ | ||||
|     @endif | ||||
|  | ||||
|     @if (! empty($foot) && $foot->isNotEmpty()) | ||||
|         <div class="relative__footer"> | ||||
|             {!! $foot !!} | ||||
|         </div> | ||||
|         !! $foot !!} | ||||
|     @endif | ||||
| </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user