@extends('layouts.layout') @section('title') {{__('Export Translation')}} @endsection @section('sidebar') @include('layouts.sidebar', ['sidebar'=> Menu::get('sidebar_processes')]) @endsection @section('breadcrumbs') @include('shared.breadcrumbs', ['routes' => [ __('Designer') => route('processes.index'), __('Processes') => route('processes.index'), __('Translations') => '/processes/'.$process->id.'/edit#nav-translations', __('Export' . ' ' . $process->name . ' - ' . $language['humanLanguage']) => null, ]]) @endsection @section('content')
{{ __("Export Process Translation") }}
{{ __("Download the ") }}{{ $language['humanLanguage'] }} {{ __("translations for each screen associated to the process.") }}
{{ __("You are about to export") }} {{ $language['humanLanguage'] }} {{ __("translations for the process") }} {{ $process->name . "."}}
@endsection @section('js') @endsection