@extends('admin.layouts.app') @section('content')

Testimonials

Testimonial Lists
@if (count($testimonials) > 0) @foreach ($testimonials as $index => $testimonial) @endforeach @else @endif
# Author (EN) Author (AR) Status Actions
{{ $index + 1 }} {{ $testimonial->author_en }} {{ $testimonial->author_ar }} @if ($testimonial->status == 1) Active @else Dective @endif Edit
Records Not Found
@endsection