@section('content')

Widget Translations

@if(session('success')) @endif
@forelse($widgets as $widget) @empty @endforelse
ID Widget Title Translations Languages Actions
{{ $widget->id }} {{ $widget->title }} @foreach($languages as $language) @php $translation = $widget->translations->where('locale', $language->code)->first(); @endphp {{ $language->name }} {{ $translation ? '✓' : '✗' }} @endforeach Manage Translations
No widgets found.
{{ $widgets->links() }}