@extends('layouts.core.backend_dark') @section('title', $language->name) @section('head') @endsection @section('menu_title')
translate
{{ trans('messages.language.translation') }}
navigate_next
{{ $language->name }}
@endsection @section('menu_right')
{{ trans('messages.language.select_translation_file') }}
@include('helpers.form_control', [ 'type' => 'select', 'name' => 'file_id', 'value' => $currentFile['id'], 'label' => '', 'options' => $language->getLanguageFileOptions(), ])
{{ trans('messages.save') }}
close
@endsection @section('content')
{{ csrf_field() }}
{!! $content !!}
@endsection