@foreach ($auctions as $auction) @endforeach
{{ __('lang.name') }} {{ __('lang.category') }} {{ __('lang.type') }} {{ __('lang.actions') }}
{{ $auction->title }} {{ $auction->category?->name }} {{ $auction->type_text }} @if (auth()->user()->can('update auctions')) @endif @if (auth()->user()->can('delete auctions')) @endif