@extends('backend.layouts.app')
@section('content')
Client Image |
Client Name |
Title |
Content |
Action |
@foreach ($comments as $items)
|
{{ $items->name }} |
{{ $items->position }} |
{{ Str::limit(html_entity_decode(strip_tags($items->content)), 80, '...') }} |
|
@endforeach
@endsection