@extends('layouts.master') @section('content')
@if (session()->has('success')) @endif
Data Testimony Orbit360
@foreach ($testimonies as $testimony) @endforeach
Nama Guru Nama Sekolah Asal Kota Testimony Action
{{($testimony['teacher_name'])}} {{($testimony['school_name'])}} {{($testimony['city_name'])}} {!!Str::limit(strip_tags($testimony->testimony, 100))!!}
@endsection