@section('title', 'Translation') @push('style') @endpush @push('script') @endpush @section('toolbar') @endsection Translation Details @csrf @foreach ($translations as $translation) {{ ucwords(str_replace('_', ' ', $translation['key'])) }} @endforeach