KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64
User : www-data ( 33)
PHP Version : 8.2.12
Disable Function : NONE
Directory :  /var/www/poskrypt/admin.poskrypt.com/resources/views/dashboard_configurator/partials/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/poskrypt/admin.poskrypt.com/resources/views/dashboard_configurator/partials/row.blade.php
@php
	$ratios = explode('-', $row['ratio']);
@endphp

<div class="row border-1px-173" data-ratio="{{$row['ratio']}}">
	<div style="width:97% !important; float:left; display:flex">
		@foreach($ratios as $key => $ratio)
			<div class="droppable cell col-md-{{$ratio}}">
				@if(empty($row['widgets'][$key]))
					<div class="add_a_widget">
						{{__("lang_v1.add_widget_here")}}
					</div>
				@else
					@foreach($row['widgets'][$key] as $widget)
						@include('dashboard_configurator.partials.widget', ['widget' => $widget])
					@endforeach
				@endif
			</div>
		@endforeach
	</div>
	<div style="width:3% !important; display:inline; float:right; text-align:center">
		<i class="fas fa-grip-horizontal handle cursor-pointer" 
			title='{{__("lang_v1.move_row")}}'></i>
		<i class="fas fa-times remove_row text-danger cursor-pointer" title='{{__("messages.delete")}}'></i>
	</div>
</div>

Anon7 - 2021