@php /** * File : manage-master.blade.php ----------------------------------------------------------------------------- */ @endphp @php $languageType = request()->languageType; @endphp @extends('layouts.app', ['title' => ($pageTitle ?? '')]) @section('content') @include('users.partials.header', [ 'title' => __tr('Translations') . ' '. auth()->user()->name, 'description' => __tr('__languageName__ Language Translations (__translationsCount__)', [ '__languageName__' => $languageInfo['name'], '__translationsCount__' => $translations->count() ]), 'class' => 'col-lg-12' ])

Fatal error: Uncaught Error: Call to undefined function __tr() in /home/wtconnects/public_html/backup2808/resources/views/translation/list.blade.php:25 Stack trace: #0 {main} thrown in /home/wtconnects/public_html/backup2808/resources/views/translation/list.blade.php on line 25