| {{ __('Photo') }} | {{ __('Name') }} | {{ __('Designation') }} | {{ __('Comment') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|
|
|
{{ $c['name'] }} | {{ $c['designation'] ?? '-' }} | {{ \Illuminate\Support\Str::limit($c['comment'], 20) }} | @if ($c['status'] === 1) {{ __('Active') }} @else {{ __('Inactive') }} @endif |
{{ __('Edit') }}
@php $modalId = 'showModal_' . $c->id; @endphp
{{ __('Are you sure?') }}{{ __('You want to permanently delete this review?') }} |