@extends('layouts.admin') @section('title') Localization Settings @endsection @section('content')
Locaization Settings

@csrf @foreach ($contents as $key => $translations) @endforeach
Key English Version Khmer Version
{{ $key }}
@endsection @section('script') @endsection