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

@isset($page_title) {{$page_title}} @endisset

{{--
--}}
@forelse ($testimonials as $key=>$testimonial) @empty @endforelse
# Image Title Designation Description Status Action
{{($key+1) + ($testimonials->currentPage() - 1)*$testimonials->perPage()}} {{$testimonial->name}} {{$testimonial->title}} {{$testimonial->designation}} {{$testimonial->description}} @if($testimonial->is_active == '1') Active @else Inactive @endif

Nothing Found

Showing {{($testimonials->currentpage()-1)*$testimonials->perpage()+1}} to {{(($testimonials->currentpage()-1)*$testimonials->perpage())+$testimonials->count()}} of {{$testimonials->total()}} Testimonials

{!! $testimonials->links() !!}
@endsection