@extends('layouts.layout-2') @section('content')
@if($translations) {!! Form::open([ 'url' => route('admin_translate_all_update', [$language, $from]), 'method' => 'post', 'class' => 'form-horizontal' ]) !!}


@foreach($translations['keys'] as $key => $value) > @endforeach
Source Inhalt {{ $language }}
{{ $text }}
{!! Form::close() !!} @endif
@endsection