@extends('backend.layout.sidenav-layout')
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
| No |
{{-- Logo | --}}
Name |
Position & Company |
Action |
@forelse (get_setting_array('testimonial') as $key=>$item )
@php
$data = json_decode($item->value,true);
// print_r($data);
@endphp
| {{ ++$key }} |
{{--  | --}}
{{ $data['name'] }} |
{{ $data['company'] }} |
|
@empty
{{--
No Data Found |
--}}
@endforelse
@endsection
@section('script')
@endsection