@extends('layouts.core.backend', [ 'menu' => 'language', ]) @section('title', $language->name) @section('page_header')

translate {{ $language->name }}

@endsection @section('content')
{!! trans('messages.language.translate.intro') !!}
@include('helpers.form_control', [ 'type' => 'select', 'name' => 'file_id', 'value' => '', 'label' => '', 'options' => $language->getLanguageFileOptions(), ])
@endsection