အသေးစိတ်ပုံစံ
တုံ့ပြန်မှုများ {{ $article->reactions->count() }}
@if($article->reactions->count() > 0)
@foreach ($article->reactions as $key => $value)
@endforeach
@else
? asset('storage' . $value->user->image) : asset('images/u1.png') }})
@if (!empty($value->user->name)) {{ $value->user->name }} @else {{ $value->user->phone }} @endif @if (!$value->reaction) @else @endif {{ getPastTimeTaken(date('Y-m-d H:i:s'), $value->created_at) }}
No Reactions found!
@endif{{ $article->title }}
စာရေးသူ - {{ $article->authorInfo->name }}
{{ date('h:i A - d/M/Y', strtotime($article->created_at)) }}
{{ $article->category->name }}
@if(!empty($article->tags()))
@foreach ($article->tags() as $key => $value)
{{ $value['value'] }}
@endforeach
@endif