@extends('layouts/default') @section('title') {{ trans('general.translations') }} :: @parent @stop @section('content')
@include('notifications')
@foreach($languages AS $keyLang=>$language) @endforeach @foreach ($translations as $translation) @foreach($languages AS $keyLang=>$language)
Fatal error: Uncaught Error: Class 'App\Translation' not found in /home/barburim/public_html/affiliates/resources/views/translations/index.blade.php:85 Stack trace: #0 {main} thrown in /home/barburim/public_html/affiliates/resources/views/translations/index.blade.php on line 85
{{ $language->code }}{{ trans('general.actions') }}
{{{ $translation->key }}}
{{ $ctr }}