{{ __('All Testimonials') }}
{{ __('Add New Testimonial') }}{{ __('Id') }} | {{ __('Name') }} | {{ __('Feedback (English)') }} | {{ __('Feedback (Arabic)') }} | {{ __('Designation (English)') }} | {{ __('Designation (Arabic)') }} | {{ __('Image') }} | {{ __('Actions') }} |
---|---|---|---|---|---|---|---|
{{ ++$id }} | {{ json_decode($testimonial->name)->en }} | {{ json_decode($testimonial->feedback)->en }} | {{ json_decode($testimonial->feedback)->ar }} | {{ json_decode($testimonial->designation)->en }} | {{ json_decode($testimonial->designation)->ar }} |
@if ($testimonial->image)
|
{{ __('Edit') }} |