@if(Request::segment(2) === 'setting') i-human @else i-human @endif

{{$post->title}}

@if($post->post_type == 'Data') @elseif($post->post_type == 'Sample') @else @endif

{{($post->post_type == 'Sample') ? 'Samples' : $post->post_type}}

@php $postTypeImage = asset(config('const.post_type_image.' . $post->post_origin)); @endphp

{{config("const.post_type." . $post->post_origin)}}

@if($post->status == 'Draft') @elseif($post->status == 'Pending') @elseif($post->status == 'Approved') @elseif($post->status == 'Declined') @endif
@if($post->status == 'Draft') @elseif($post->status == 'Pending') @elseif($post->status == 'Approved') @elseif($post->status == 'Declined') @endif