@extends('layouts::layouts.layout') @section('content')

@if($namespace) {{ $namespace }} > @endif {{ $file }}

@method('PUT') @csrf
@foreach((array)$translations as $key => $value) @include('translation_manager::row', [ 'key' => $key, 'value' => $value, 'language'=> $language, 'parent' => null, 'prefix' => $prefix, ]) @endforeach
Key Source Translation
@endsection