@extends('admin.layouts.app') @section('title',$page_title) @section('content')
@lang("If you import keywords from another language, Your present `$lang->name` all keywords will remove.")
@foreach($json as $k => $langValue) @endforeach
@lang('Key') {{$lang->name}} @lang('Action')
{{$k}} {{$langValue}}
@endsection @push('style-lib') @endpush @push('js') @if ($errors->any()) @php $collection = collect($errors->all()); $errors = $collection->unique(); @endphp @endif @endpush