@extends('core::layouts.master') @section('title', '| General Translations') @section('content')

General Translations

Back to Administration
General Translations
@if(count($language_translations) > 0) @foreach($language_translations as $translation) @endforeach @endif
Name Location Default Text Actions
{{$translation['name']}} {{$translation['location']}} {{$translation['text']}}
@endsection @push('scripts') @endpush