@props(['items' => [], 'deleteAction' => null, 'deleteConfirm' => null]) @php $isAr = app()->getLocale() === 'ar'; @endphp
@foreach($items as $item) @if(isset($item['url'])) {{ $item['label'] }} @endif @endforeach @if($deleteAction)
@csrf @method('DELETE')
@endif