@if (count($galleries) == 0)

{{ __('frontend.no_data_available') }}

@endif @foreach ($galleries as $item)
@if (auth()->user()->can('frontend.galleries.update') || auth()->user()->can('frontend.galleries.delete'))

@if (auth()->user()->can('frontend.galleries.update')) @endif @if (auth()->user()->can('frontend.galleries.delete')) @endif

@endif
@endforeach