@extends('admin.layouts.master') @section('title',__('Language Manager Edit')) @section('content')

{{ $page_title }} ({{__('Click Add Translatable Add Put Your Key For Translate')}})

{{__('"Add Translatable Key" please careful when you entering word or sentences, there shouldn\'t be any extra space or break.')}} {{__('If your keywords are perfect but translator doesn\'t work, don\'t worry. escape all dynamic keywords and add single word, it\'ll work.')}}
If you import keywords from another language, Your present "{{$la->name}}" all keywords will remove.

{{ csrf_field() }} {{method_field('put')}}


@endsection @section('script') @endsection