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

{{ __('All Languages') }}

@csrf
@foreach($posts ?? [] as $key => $row) @endforeach
{{ __('Language Key') }} {{ __('Language Name') }} {{ __('Action') }}
{{ $key }} {{ $row }}
@endsection @push('js') @endpush