{{ Str::limit($post->description, 100) }}
@endifNo | Name | Joined At | |
---|---|---|---|
{{ $key + 1 }} | {{ $user->name }} | {{ $user->email }} | {{ $user->created_at->format('d M Y') }} |
No | Created By | Rating | Action |
---|---|---|---|
{{ $key + 1 }} | {{ $review->user->name ?? 'N/A' }} | ({{ $review->rating }}) | @can('review-edit') @if($review->status == '0') Activate @else Deactivate @endif @endcan |
No | Created By | Image | Date | Content | Engagement | Status |
---|---|---|---|---|---|---|
{{ $key + 1 }} |
@if($post->user->image ?? false)
{{ substr($post->user->name ?? 'N/A', 0, 1) }}
@endif
{{ $post->user->name ?? 'N/A' }}
|
@if($post->images->count() > 0) @else No Image @endif | {{ \Carbon\Carbon::parse($post->date)->format('d M Y') }} |
@if($post->description)
{{ Str::limit($post->description, 100) }} @endif |
{{ $post->reactions->count() }}
{{ $post->comments->count() }}
|
{{ $post->status == '0' ? 'Active' : 'Inactive' }} |
No | Created By | Image | Date | Content | Engagement | Status |
---|---|---|---|---|---|---|
{{ $key + 1 }} |
@if($post->user->image ?? false)
{{ substr($post->user->name ?? 'N/A', 0, 1) }}
@endif
{{ $post->user->name ?? 'N/A' }}
|
@if($post->images->count() > 0) @else No Image @endif | {{ \Carbon\Carbon::parse($post->date)->format('d M Y') }} |
@if($post->description)
{{ Str::limit($post->description, 100) }} @endif |
{{ $post->reactions->count() }}
{{ $post->comments->count() }}
|
{{ $post->status == '0' ? 'Active' : 'Inactive' }} |
No | Title | Location | Salary | Restaurant Name | Experience |
---|---|---|---|---|---|
{{ $key + 1 }} | {{ Str::limit($job->title, 20) }} | {{ $job->city }} | {{ $job->salary }} | {{ $job->restaurant_name }} | {{ $job->experience }} |
# | User | Job | Applied At |
---|---|---|---|
{{ $key + 1 }} | {{ Str::limit($application->user->name ?? 'N/A', 15) }} | {{ Str::limit($application->job->title ?? 'N/A', 20) }} | {{ $application->created_at->format('M d') }} |