@extends( 'newBase' ) @section( 'title', 'index' ) @section( 'content' )
@foreach($translationDataTableColumns as $key=>$column) @endforeach
{{$column['displayName']}}
@include('common.confirmation') @include('common.notification') @endsection