@extends('admin.layout') @section('content')

{{ __('Languages') }}

@stack('breadcrumb-plugins')

Language Keywords of {{ $la->name }}

@lang('All Languages')
@foreach($json as $k => $lang) @endforeach
@lang('Key') {{$la->name}} @lang('Action')
{{$k}} {{$lang}} Edit Delete
{{-- Import Modal --}} @endsection @push('script') @endpush {{-- @push('style') @endpush --}}