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