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