@extends('layouts.master') @section('title','Language') @section('parentPageTitle', 'Translate') @section('css-link') @stop @section('page-style') @stop @section('content')

@translate(Language Translate)

@translate(You Can translate your own language in two click,) @translate(Follow this),
@translate(Add google translate extension to any browser, then open the language translate) @translate(page, then click the google translate extension, and translate the page and click the Copy Translations button and save.)

@csrf
@foreach (openJSONFile('en') as $key => $value) @endforeach
{{ $loop->index+1 }} {{ $key }} code)[$key]) value="{{ openJSONFile($lang->code)[$key] }}" @endisset>
@endsection @section('js-link') @stop @section('page-script') @stop