@extends('core::layouts.master')
@section('title', '| General Translations')
@section('content')
Name |
Location |
Default Text |
Actions |
@if(count($language_translations) > 0)
@foreach($language_translations as $translation)
{{$translation['name']}} |
{{$translation['location']}} |
{{$translation['text']}} |
|
@endforeach
@endif
@endsection
@push('scripts')
@endpush