@extends('dashbord.layouts.master') @section('title', "Translations - {$locale}/{$group}") @section('content')

{{ strtoupper($locale) }} - {{ $group }}

@csrf @method('POST')
{{-- --}} @forelse($translations as $key => $value) {{----}} @empty @endforelse
Translation Key ValueActions
{{ $key }} {{-- --}} Remove
No translations found for this group.
@if(count($translations) > 0)
@endif
@endsection