@extends('layouts.app') @section('titlePage', 'Manage Testimonial') @section('content') @push('script') @endpush
Create
@include('common.alert')
@foreach ($data as $value) @endforeach
Title Author Description Action
{{ $value->title }} {{ $value->author }} {{ str_limit(strip_tags($value->description), 200) }}
@csrf @method('DELETE')
@endsection