|
{{$loop->iteration}} |
@if($offer->photo)
@php
$image_url = \App\Helpers\Helper::check_image_avatar($offer->photo->name, 50);
@endphp
@else
@endif
|
{{$offer->position}} |
{{$offer->priority}} |
{{$offer->is_active ? __('Active') : __('Inactive')}} |
{{$offer->created_at}} |
|
@endforeach
@endif