@extends('layouts/default')
@section('title')
{{ trans('general.translations') }} ::
@parent
@stop
@section('content')
@include('notifications')
{{ trans('general.translations') }}
|
@foreach($languages AS $keyLang=>$language)
{{ $language->code }} |
@endforeach
{{ trans('general.actions') }} |
@foreach ($translations as $translation)
| {{{ $translation->key }}} |
| {{ $ctr }} |
@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