@extends('admin.layout.app') @section('heading', 'Language Update Detail') @section('button') Back to Previous Page @endsection @section('main_content')
@csrf
@foreach($json_data as $key=>$value) @endforeach
SL Key Value
{{ $loop->iteration }} {{ $key }}
@endsection