@php
$picture = explode(',' ,$post->images);
if($picture[0] != ""){
$main_picture = $picture[0];
}else{
$main_picture = "default.png";
}
@endphp
|
@if($post->status == 'active') {{ ___('Active') }} @endif
@if($post->status == 'pending') {{ ___('pending') }} @endif
@if($post->status == 'rejected') {{ ___('rejected') }} @endif
@if($post->status == 'expire') {{ ___('expire') }} @endif
@if($post->hide == '1') {{ ___('Hidden') }} @endif
|
|
@endforeach
@else