@extends('backend.layout.sidenav-layout') @section('content')
@if ($errors->any())
@endif
@csrf
{{--


--}}

{{-- --}} @forelse (get_setting_array('testimonial') as $key=>$item ) @php $data = json_decode($item->value,true); // print_r($data); @endphp {{-- --}} @empty {{-- --}} @endforelse
NoLogoName Position & Company Action
{{ ++$key }}{{ $data['name'] }} {{ $data['company'] }}

No Data Found

@endsection @section('script') @endsection