@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')
  • @include('helpers.form_control', [ 'type' => 'select', 'name' => 'file_id', 'value' => $currentFile['id'], 'label' => '', 'options' => $language->getLanguageFileOptions(), ])
  • close
  • @endsection @section('content')
    {{ csrf_field() }}
    @endsection