@extends(config('translation-manager.layout'))
@php($controller='\Barryvdh\TranslationManager\Controller')
@section('documentTitle')
Translation Manager
@stop
@include('translation-manager::bootstrap4._notifications')
@section('content')
@include('translation-manager::bootstrap4.blocks._mainBlock')
@include('translation-manager::bootstrap4.blocks._addEditGroupKeys')
@if($group)
@include('translation-manager::bootstrap4.blocks._edit')
@else
@include('translation-manager::bootstrap4.blocks._supportedLocales')
@include('translation-manager::bootstrap4.blocks._publishAll')
@endif
@stop
@push('styles')
{{----}}
@endpush
@push('scripts')
{{----}}
@include('translation-manager::jsScript')
@endpush