@extends('layouts.admin.app') @section('title',translate('messages.landing_page_settings')) @push('css_or_js') @endpush @section('content')
@php($testimonial = \App\Models\BusinessSetting::where(['key'=>'testimonial'])->first()) @php($testimonial = isset($testimonial->value)?json_decode($testimonial->value, true):null) @csrf
@if($testimonial) @foreach ($testimonial as $key=>$sp) @endforeach @endif
{{ translate('messages.sl') }} {{translate('messages.reviewer')}} {{translate('messages.designation')}} {{translate('messages.review')}} {{translate('messages.action')}}
{{$key + 1}}
{{$sp['name']}}
{{$sp['name']}}
{{$sp['position']}}

{{$sp['detail']}}

{{-- --}}
@csrf @method('delete')
@if(count($testimonial) === 0)
public
{{translate('no_data_found')}}
@endif
@endsection @push('script_2') @endpush