@extends('layouts.admin_layout') @section('content')
@include('admin.layouts.sidebar')

{{$id}} Manage

@if(!empty($en)) @foreach($en as $key => $val) {{-- --}} @endforeach @endif
Key Translation Action
{{$loop->index}}{{$key}} {{!empty($lang[$key]) ? $lang[$key] : ""}}
@endsection