@extends('layouts.app') @section('head') @include('layouts.partials.headersection',['title'=>'Language']) @endsection @section('content')

{{ __('Edit Language') }}

{{ __('Key') }}
{{ __('Value') }}
@csrf @method('PUT') @foreach($posts as $key => $row)
{{ $key }}
@endforeach
@endsection @push('js') @endpush