@extends('layouts.main.app') @section('head') @include('layouts.main.headersection',[ 'title'=> __('Features'), 'buttons'=>[ [ 'name'=>' '.__('Create Testimonial'), 'url'=>'#', 'components'=>'data-toggle="modal" data-target="#addRecord" id="add_record"', 'is_button'=>true ] ] ]) @endsection @section('content')
{{ __('Reviewer Name') }} | {{ __('Reviewer Position') }} | {{ __('Comment') }} | {{ __('Ratings') }} | {{ __('Action') }} |
---|---|---|---|---|
|
{{ Str::limit($post->slug,30) }} | {{ Str::limit($post->excerpt->value ?? '',50) }} | {{ $post->lang }} {{ __('Star') }} |
|