@extends('backend.layouts.master') @section('title') {{ translate('Testimonials') }} @endsection @section('content')
@if (!$testimonials->isEmpty()) @foreach ($testimonials as $key => $testimonial) @endforeach @endif
# {{translate('Image')}} {{translate('Name')}} {{translate('Designation')}} {{translate('Status')}} {{translate('Action')}}
{{ ($key+1) + ($testimonials->currentPage() - 1)*$testimonials->perPage() }} Testimonial Image {{$testimonial->translation('name')}} {{$testimonial->translation('designation')}}
status ==1) checked @endif>
    {{ $testimonials->links() }}
@include('backend.modals.delete') @endsection @section('script') @endsection