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




@forelse (get_setting_array('achievement') as $key=>$item ) @php $data = json_decode($item->value,true); // print_r($data); @endphp @empty {{-- --}} @endforelse
No Image Name Action
{{ ++$key }} {{ $data['name'] }}

No Data Found

@endsection @section('script') @endsection